Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_sge.c166 static inline void init_iq(struct sge_iq *, struct adapter *, int, int, int);
1004 init_iq(&rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, pi->qsize_rxq); in t4_setup_port_queues()
1027 init_iq(&ofld_rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, in t4_setup_port_queues()
2466 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int pktc_idx, in init_iq() function
2851 init_iq(fwq, sc, 0, 0, FW_IQ_QSIZE); in alloc_fwq()