Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c543 u16 first_txq = 0, first_rxq = 0; in cxgbe_cfg_queue_count() local
559 first_txq += temp_pi->n_tx_qsets; in cxgbe_cfg_queue_count()
578 pi->first_txqset = first_txq; in cxgbe_cfg_queue_count()
/f-stack/freebsd/net/
H A Diflib.c751 uint16_t first_txq = (sctx->isc_flags & IFLIB_HAS_TXCQ) ? 1 : 0; in iflib_num_tx_descs() local
753 return scctx->isc_ntxd[first_txq]; in iflib_num_tx_descs()