Searched refs:tx_chan (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 79 uint8_t tx_chan, uint16_t iqid); 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() argument 1076 ASSERT(tx_chan < NCHAN); in init_eq() 1080 eq->tx_chan = tx_chan; in init_eq() 1135 c.iqdroprss_to_iqesize = cpu_to_be16(V_FW_IQ_CMD_IQPCIECH(pi->tx_chan) | in alloc_iq_fl() 1317 init_eq(&mgmtq->eq, EQ_CTRL, CTRL_EQ_QSIZE, sc->port[0]->tx_chan, in alloc_mgmtq() 1335 rc = alloc_iq_fl(pi, &rxq->iq, &rxq->fl, intr_idx, 1 << pi->tx_chan); in alloc_rxq() [all …]
|
H A D | t4_mac.c | 104 t4_read_reg64(sc, PORT_REG(pi->tx_chan, A_MPS_PORT_STAT_##name##_L)) in t4_mc_getstat() 623 rc = -t4_link_start(sc, sc->mbox, pi->tx_chan, in t4_mc_setprop() 879 rc = -t4_link_start(sc, sc->mbox, pi->tx_chan, &pi->link_cfg); in t4_init_synchronized() 1101 rc = -t4_link_start(sc, sc->mbox, pi->tx_chan, lc); in setprop()
|
H A D | adapter.h | 114 uint8_t tx_chan; member 228 uint8_t tx_chan; /* tx channel used by the eq */ member
|
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 4835 if (pi->tx_chan == chan) in t4_handle_fw_rpl() 5028 p->tx_chan = (uint8_t)j; in t4_port_init()
|