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.c422 netdev_err(bp->dev, "Invalid Tx completion (ring:%d tx_hw_cons:%u cons:%u prod:%u curr:%u)", in bnxt_sched_reset_txr()
423 txr->txq_index, txr->tx_hw_cons, in bnxt_sched_reset_txr()
818 u16 hw_cons = txr->tx_hw_cons; in __bnxt_tx_int()
926 if (txr->tx_hw_cons != RING_TX(bp, txr->tx_cons)) in bnxt_tx_int()
3081 txr->tx_hw_cons = TX_CMP_SQ_CONS_IDX(txcmp); in __bnxt_poll_work()
3083 txr->tx_hw_cons = TX_OPAQUE_PROD(bp, opaque); in __bnxt_poll_work()
3084 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()
5423 txr->tx_hw_cons = 0; in bnxt_clear_ring_indices()
11752 txr->tx_hw_cons = 0;
H A Dbnxt.h992 u16 tx_hw_cons;
991 u16 tx_hw_cons; global() member