Home
last modified time | relevance | path

Searched refs:V_FW_CMD_OP (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c77 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RESET_CMD) | in t4vf_fw_reset()
242 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RSS_GLB_CONFIG_CMD) | in t4vf_get_rss_glb_config()
318 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4vf_get_vfres()
401 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_ACL_MAC_CMD) | in t4vf_get_vf_mac()
H A Dt4_hw.c753 cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_read_pcie_cfg4()
3667 cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_fwcache()
3996 c.op_to_portid = cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4_link_l1cfg()
4028 c.op_to_portid = cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4_restart_aneg()
7731 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_query_params_rw()
7793 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_set_params_timeout()
7990 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | in t4_free_vi()
8074 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_alloc_encap_mac_filt()
8647 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | in t4_eth_eq_stop()
8672 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | in t4_eth_eq_free()
[all …]
/freebsd/sys/dev/cxgbe/
H A Dt4_clip.c223 c.op_to_write = htonl(V_FW_CMD_OP(FW_CLIP_CMD) | F_FW_CMD_REQUEST | in add_lip()
243 c.op_to_write = htonl(V_FW_CMD_OP(FW_CLIP_CMD) | F_FW_CMD_REQUEST | in del_lip()
H A Dt4_netmap.c297 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in alloc_nm_rxq_hwq()
420 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in alloc_nm_txq_hwq()
H A Dt4_sge.c3531 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in alloc_iq_fl_hwq()
4241 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_EQ_CTRL_CMD) | F_FW_CMD_REQUEST | in ctrl_eq_alloc()
4287 c.op_to_vfn = htobe32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in eth_eq_alloc()
4333 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_EQ_OFLD_CMD) | F_FW_CMD_REQUEST | in ofld_eq_alloc()
H A Dt4_main.c4954 caps.op_to_write = htobe32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in apply_cfg_and_initialize()
5041 caps.op_to_write = htobe32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in apply_cfg_and_initialize()
5395 caps.op_to_write = htobe32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in get_params__post_init()
10148 htobe32(V_FW_CMD_OP(FW_LDST_CMD) | in sysctl_mps_tcam()
10325 htobe32(V_FW_CMD_OP(FW_LDST_CMD) | in sysctl_mps_tcam_t6()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3604 htonl(V_FW_CMD_OP(FW_LDST_CMD) | in collect_mps_tcam()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h4188 #define V_FW_CMD_OP(x) ((x) << S_FW_CMD_OP) macro