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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h114 uint8_t tx_chan; member in struct:port_info
228 uint8_t tx_chan; /* tx channel used by the eq */ member in struct:sge_eq
H A Dt4_sge.c79 uint8_t tx_chan, uint16_t iqid);
531 init_eq(&txq->eq, EQ_ETH, p->qsize_txq, pi->tx_chan, iqid);
542 init_eq(&ofld_txq->eq, EQ_OFLD, p->qsize_txq, pi->tx_chan,
555 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid);
1073 init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, uint8_t tx_chan, argument
1076 ASSERT(tx_chan < NCHAN);
1080 eq->tx_chan = tx_chan;
1135 c.iqdroprss_to_iqesize = cpu_to_be16(V_FW_IQ_CMD_IQPCIECH(pi->tx_chan) |
1317 init_eq(&mgmtq->eq, EQ_CTRL, CTRL_EQ_QSIZE, sc->port[0]->tx_chan,
[all...]

Completed in 84 milliseconds