Searched refs:init_eq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c168 static inline void init_eq(struct sge_eq *, int, int, uint8_t, uint16_t,
1112 init_eq(&txq->eq, EQ_ETH, pi->qsize_txq, pi->tx_chan, iqid,
1129 init_eq(&ofld_txq->eq, EQ_OFLD, pi->qsize_txq, pi->tx_chan,
1162 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid, name);
2503 init_eq(struct sge_eq *eq, int eqtype, int qsize, uint8_t tx_chan, function
2897 init_eq(&mgmtq->eq, EQ_CTRL, CTRL_EQ_QSIZE, sc->port[0]->tx_chan,

Completed in 51 milliseconds