Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h100 uint16_t first_txq; /* index of first tx queue */ member
550 txq = &pi->adapter->sge.txq[pi->first_txq]; \
H A Dt4_sge.c3070 kstat_named_t first_txq; member
3117 KS_UINIT(first_txq); in setup_port_config_kstats()
3125 KS_U_SET(first_txq, pi->first_txq); in setup_port_config_kstats()
H A Dt4_mac.c448 struct sge_txq *txq = &sc->sge.txq[pi->first_txq]; in t4_mc_tx()
H A Dt4_nexus.c534 pi->first_txq = tqidx; in t4_devo_attach()