Home
last modified time | relevance | path

Searched refs:tx_hw_cons (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.c125 u16 tx_hw_cons = txr->tx_hw_cons; in bnxt_tx_int_xdp() local
135 while (RING_TX(bp, tx_cons) != tx_hw_cons) { in bnxt_tx_int_xdp()
Dbnxt.h968 u16 tx_hw_cons; member
Dbnxt.c398 txr->txq_index, txr->tx_hw_cons, in bnxt_sched_reset_txr()
780 u16 hw_cons = txr->tx_hw_cons; in __bnxt_tx_int()
860 if (txr->tx_hw_cons != RING_TX(bp, txr->tx_cons)) in bnxt_tx_int()
2891 txr->tx_hw_cons = TX_CMP_SQ_CONS_IDX(txcmp); in __bnxt_poll_work()
2893 txr->tx_hw_cons = TX_OPAQUE_PROD(bp, opaque); in __bnxt_poll_work()
2894 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()
5000 txr->tx_hw_cons = 0; in bnxt_clear_ring_indices()