Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c444 txq = &sc->sge.txq[vi->first_txq + p->queue]; in t4_set_sched_queue()
597 MPASS(qidx >= vi->first_txq && qidx < vi->first_txq + vi->ntxq); in sysctl_tc()
H A Dadapter.h220 int first_txq; /* index of first tx queue */ member
1080 for (q = &vi->adapter->sge.txq[vi->first_txq], iter = 0; \
H A Dt4_vf.c732 vi->first_txq = tqidx; in t4vf_attach()
H A Dt4_main.c1561 vi->first_txq = tqidx; in t4_attach()
3076 txq = &sc->sge.txq[vi->first_txq]; in cxgbe_transmit()
7829 &vi->first_txq, 0, "index of first tx queue"); in vi_sysctls()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c510 txq = &sc->sge.txq[vi->first_txq]; in t6_tls_tag_alloc()
/freebsd/sys/net/
H A Diflib.c756 uint16_t first_txq = (sctx->isc_flags & IFLIB_HAS_TXCQ) ? 1 : 0; in iflib_num_tx_descs() local
758 return scctx->isc_ntxd[first_txq]; in iflib_num_tx_descs()