Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h106 uint16_t cons, raw_cons = txr->tx_raw_cons; in bnxt_tx_cmp_vec_fast()
130 txr->tx_raw_cons = raw_cons; in bnxt_tx_cmp_vec_fast()
137 uint16_t cons, raw_cons = txr->tx_raw_cons; in bnxt_tx_cmp_vec()
175 txr->tx_raw_cons = raw_cons; in bnxt_tx_cmp_vec()
H A Dbnxt_txr.h19 uint16_t tx_raw_cons; member
32 return ((txq->tx_ring->tx_raw_prod - txq->tx_ring->tx_raw_cons) & in bnxt_tx_bds_in_hw()
H A Dbnxt_txr.c364 uint16_t raw_cons = txr->tx_raw_cons; in bnxt_tx_cmp_fast()
388 txr->tx_raw_cons = raw_cons; in bnxt_tx_cmp_fast()
397 uint16_t raw_cons = txr->tx_raw_cons; in bnxt_tx_cmp()
446 txr->tx_raw_cons = raw_cons; in bnxt_tx_cmp()
H A Dbnxt_hwrm.c6212 txr->tx_raw_cons = 0; in bnxt_free_hwrm_tx_ring()