Searched refs:init_eq (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 78 static inline void init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, 531 init_eq(&txq->eq, EQ_ETH, p->qsize_txq, pi->tx_chan, iqid); in t4_setup_port_queues() 542 init_eq(&ofld_txq->eq, EQ_OFLD, p->qsize_txq, pi->tx_chan, in t4_setup_port_queues() 555 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid); in t4_setup_port_queues() 1073 init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, uint8_t tx_chan, in init_eq() function 1317 init_eq(&mgmtq->eq, EQ_CTRL, CTRL_EQ_QSIZE, sc->port[0]->tx_chan, in alloc_mgmtq()
|