Home
last modified time | relevance | path

Searched refs:op_to_vfn (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c354 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()
602 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4vf_get_vfres()
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()
H A Dt4_hw.c2502 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4_get_pfres()
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()
4031 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | F_FW_CMD_REQUEST | in t4_alloc_vi_func()
4109 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | F_FW_CMD_REQUEST | in t4_free_vi()
4112 c.op_to_vfn |= cpu_to_be32(V_FW_VI_CMD_PFN(pf) | in t4_free_vi()
4412 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_iq_start_stop()
4443 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_iq_free()
4472 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | in t4_eth_eq_free()
4475 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_eth_eq_free()
[all …]
H A Dt4fw_interface.h772 __be32 op_to_vfn; member
793 __be32 op_to_vfn; member
875 __be32 op_to_vfn; member
1077 __be32 op_to_vfn; member
1196 __be32 op_to_vfn; member
1281 __be32 op_to_vfn; member
/f-stack/dpdk/drivers/net/cxgbe/
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()
1811 c.op_to_vfn |= htonl(V_FW_IQ_CMD_PFN(adap->pf) | 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()
2069 c.op_to_vfn |= htonl(V_FW_EQ_ETH_CMD_PFN(adap->pf) | 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()