Searched refs:iqid (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 817 unsigned int iqid, int socket_id); 820 unsigned int iqid, int socket_id);
|
| H A D | common.h | 413 unsigned int pf, unsigned int vf, unsigned int iqid, 416 unsigned int vf, unsigned int iqtype, unsigned int iqid,
|
| H A D | t4_hw.c | 4397 unsigned int pf, unsigned int vf, unsigned int iqid, in t4_iq_start_stop() argument 4408 c.iqid = cpu_to_be16(iqid); in t4_iq_start_stop() 4434 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() argument 4447 c.iqid = cpu_to_be16(iqid); in t4_iq_free()
|
| H A D | t4fw_interface.h | 878 __be16 iqid; member
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 1908 iq->cntxt_id = ntohs(c.iqid); in t4_sge_alloc_rxq() 2046 unsigned int iqid, int socket_id) in t4_sge_alloc_eth_txq() argument 2082 F_FW_EQ_ETH_CMD_FETCHRO | V_FW_EQ_ETH_CMD_IQID(iqid)); in t4_sge_alloc_eth_txq() 2119 unsigned int iqid, int socket_id) in t4_sge_alloc_ctrl_txq() argument 2147 F_FW_EQ_CTRL_CMD_FETCHRO | V_FW_EQ_CTRL_CMD_IQID(iqid)); in t4_sge_alloc_ctrl_txq()
|