Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A 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()
H A Dbnxt.h971 u16 tx_hw_cons; member
H A Dbnxt.c413 txr->txq_index, txr->tx_hw_cons, in bnxt_sched_reset_txr()
795 u16 hw_cons = txr->tx_hw_cons; in __bnxt_tx_int()
875 if (txr->tx_hw_cons != RING_TX(bp, txr->tx_cons)) in bnxt_tx_int()
2967 txr->tx_hw_cons = TX_CMP_SQ_CONS_IDX(txcmp); in __bnxt_poll_work()
2969 txr->tx_hw_cons = TX_OPAQUE_PROD(bp, opaque); in __bnxt_poll_work()
2970 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()
5155 txr->tx_hw_cons = 0; in bnxt_clear_ring_indices()