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.c416 txr->txq_index, txr->tx_hw_cons, in bnxt_sched_reset_txr()
812 u16 hw_cons = txr->tx_hw_cons; in __bnxt_tx_int()
894 if (txr->tx_hw_cons != RING_TX(bp, txr->tx_cons)) in bnxt_tx_int()
3035 txr->tx_hw_cons = TX_CMP_SQ_CONS_IDX(txcmp); in __bnxt_poll_work()
3037 txr->tx_hw_cons = TX_OPAQUE_PROD(bp, opaque); in __bnxt_poll_work()
3038 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()
5279 txr->tx_hw_cons = 0; in bnxt_clear_ring_indices()
11500 txr->tx_hw_cons = 0; in bnxt_tx_queue_start()
H A Dbnxt.h980 u16 tx_hw_cons; member