Searched defs:init_iq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c75 static inline void init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx,
453 init_iq(&rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, p->qsize_rxq,
477 init_iq(&ofld_rxq->iq, sc, pi->tmr_idx, pi->pktc_idx,
1047 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int8_t pktc_idx, int function
1291 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE, FW_IQ_ESIZE);

Completed in 426 milliseconds