Home
last modified time | relevance | path

Searched refs:V_FW_IQ_CMD_PFN (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4412 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()
4475 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_eth_eq_free()
H A Dt4fw_interface.h897 #define V_FW_IQ_CMD_PFN(x) ((x) << S_FW_IQ_CMD_PFN) macro
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c1811 c.op_to_vfn |= htonl(V_FW_IQ_CMD_PFN(adap->pf) | in t4_sge_alloc_rxq()