Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c275 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RESET_CMD) | in t4vf_fw_reset()
362 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_query_params()
458 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_set_params()
498 cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RSS_GLB_CONFIG_CMD) | in t4vf_get_rss_glb_config()
570 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4vf_get_vfres()
633 cmd.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_STATS_CMD) | in t4vf_get_port_stats_fw()
722 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | in t4vf_alloc_vi()
768 vi_cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | in t4vf_port_init()
790 cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4vf_port_init()
H A Dt4_hw.c2136 c.op_to_addrspace = cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_fw_tp_pio_rw()
2480 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4_get_pfres()
2811 cmd.op_to_portid = cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4_link_l1cfg_core()
3704 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_query_params_rw()
3757 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_set_params_timeout()
3934 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_RXMODE_CMD) | in t4_set_rxmode()
3975 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_alloc_raw_mac_filt()
4030 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_free_raw_mac_filt()
4091 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_change_mac()
4249 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
/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.c1167 caps_cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0_config()
1189 cpu_to_be32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0_config()
1223 caps_cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0_config()
1424 caps_cmd.op_to_write = htonl(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init0()
H A Dsge.c1786 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in t4_sge_alloc_rxq()
2041 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in t4_sge_alloc_eth_txq()
2112 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_EQ_CTRL_CMD) | F_FW_CMD_REQUEST | in t4_sge_alloc_ctrl_txq()