Home
last modified time | relevance | path

Searched defs:first_txq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h224 int first_txq; /* index of first tx queue */ member
/freebsd/sys/net/
H A Diflib.c757 uint16_t first_txq = (sctx->isc_flags & IFLIB_HAS_TXCQ) ? 1 : 0; in iflib_num_tx_descs() local