Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_txr.h32 static inline uint32_t bnxt_tx_bds_in_hw(struct bnxt_tx_queue *txq) in bnxt_tx_bds_in_hw() function
44 bnxt_tx_bds_in_hw(txq)) - 1); in bnxt_tx_avail()
H A Dbnxt_rxtx_vec_sse.c422 if (bnxt_tx_bds_in_hw(txq) >= txq->tx_free_thresh) in bnxt_xmit_pkts_vec()
H A Dbnxt_rxtx_vec_neon.c414 if (bnxt_tx_bds_in_hw(txq) >= txq->tx_free_thresh) in bnxt_xmit_pkts_vec()
H A Dbnxt_txr.c440 if (bnxt_tx_bds_in_hw(txq) < txq->tx_free_thresh) in bnxt_handle_tx_cp()