Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c267 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RESET_CMD) | in t4vf_fw_reset()
354 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_query_params()
450 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_set_params()
530 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RSS_GLB_CONFIG_CMD) | in t4vf_get_rss_glb_config()
602 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4vf_get_vfres()
665 cmd.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_STATS_CMD) | in t4vf_get_port_stats_fw()
754 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | in t4vf_alloc_vi()
812 vi_cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | in t4vf_port_init()
834 (V_FW_CMD_OP(FW_PORT_CMD) | F_FW_CMD_REQUEST | in t4vf_port_init()
H A Dt4_hw.c2158 c.op_to_addrspace = cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_fw_tp_pio_rw()
2502 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4_get_pfres()
2998 cmd.op_to_portid = cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4_link_l1cfg()
3927 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_query_params_rw()
3980 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_set_params_timeout()
4157 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_RXMODE_CMD) | in t4_set_rxmode()
4198 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_alloc_raw_mac_filt()
4253 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_free_raw_mac_filt()
4314 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_change_mac()
4472 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | in t4_eth_eq_free()
[all …]
H A Dt4fw_interface.h392 #define V_FW_CMD_OP(x) ((x) << S_FW_CMD_OP) macro
/f-stack/dpdk/drivers/net/cxgbe/
H A Dclip_tbl.c20 c.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_CLIP_CMD) | in clip6_get_mbox()
39 c.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_CLIP_CMD) | in clip6_release_mbox()
H A Dcxgbe_main.c1168 caps_cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0_config()
1190 cpu_to_be32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0_config()
1224 caps_cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0_config()
1425 caps_cmd.op_to_write = htonl(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0()
H A Dsge.c1806 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in t4_sge_alloc_rxq()
2065 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in t4_sge_alloc_eth_txq()
2136 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_EQ_CTRL_CMD) | F_FW_CMD_REQUEST | in t4_sge_alloc_ctrl_txq()