Searched refs:iqid (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 93 uint16_t eqtype, uint16_t qsize, uint8_t tx_chan, uint16_t iqid); 491 uint16_t iqid; in t4_setup_port_queues() local 493 iqid = port_intr_iq(pi, j)->cntxt_id; in t4_setup_port_queues() 494 init_eq(sc, &txq->eq, EQ_ETH, p->qsize_txq, pi->tx_chan, iqid); in t4_setup_port_queues() 1064 uint8_t tx_chan, uint16_t iqid) in init_eq() argument 1081 eq->iqid = iqid; in init_eq() 1209 iq->cntxt_id = be16_to_cpu(c.iqid); in alloc_iq_fl() 1405 c.cmpliqid_eqid = htonl(V_FW_EQ_CTRL_CMD_CMPLIQID(eq->iqid)); /* TODO */ in ctrl_eq_alloc() 1410 F_FW_EQ_CTRL_CMD_FETCHRO | V_FW_EQ_CTRL_CMD_IQID(eq->iqid)); in ctrl_eq_alloc() 1454 V_FW_EQ_ETH_CMD_IQID(eq->iqid)); in eth_eq_alloc()
|
H A D | adapter.h | 266 uint16_t iqid; /* iq that gets egr_update for the eq */ member
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 902 unsigned int vf, unsigned int iqtype, unsigned int iqid, 905 unsigned int vf, unsigned int iqtype, unsigned int iqid,
|
H A D | t4_hw.c | 8723 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_stop() argument 8734 c.iqid = cpu_to_be16(iqid); in t4_iq_stop() 8754 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() argument 8765 c.iqid = cpu_to_be16(iqid); in t4_iq_free()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 1541 __be32 iqid; member 2292 __be16 iqid; member 2319 __be16 iqid; member 2882 __be16 iqid; member 2962 __be16 iqid; member 3022 __be16 iqid; member 3082 __be16 iqid; member 3141 __be16 iqid; member 3202 __be16 iqid; member 3262 __be16 iqid; member [all …]
|