Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h108 uint16_t cons = txr->tx_cons; in bnxt_tx_cmp_vec_fast()
122 txr->tx_cons = cons; in bnxt_tx_cmp_vec_fast()
130 uint16_t cons = txr->tx_cons; in bnxt_tx_cmp_vec()
154 txr->tx_cons = cons; in bnxt_tx_cmp_vec()
H A Dbnxt_txr.h16 uint16_t tx_cons; member
34 return ((txq->tx_ring->tx_prod - txq->tx_ring->tx_cons) & in bnxt_tx_bds_in_hw()
H A Dbnxt_txr.c348 uint16_t cons = txr->tx_cons; in bnxt_tx_cmp_fast()
371 txr->tx_cons = cons; in bnxt_tx_cmp_fast()
379 uint16_t cons = txr->tx_cons; in bnxt_tx_cmp()
425 txr->tx_cons = cons; in bnxt_tx_cmp()
H A Dbnxt_hwrm.c2604 txr->tx_cons = 0; in bnxt_free_all_hwrm_rings()