Searched refs:tx_hw_cons (Results 1 – 3 of 3) sorted by relevance
125 u16 tx_hw_cons = txr->tx_hw_cons; in bnxt_tx_int_xdp() local135 while (RING_TX(bp, tx_cons) != tx_hw_cons) { in bnxt_tx_int_xdp()
416 txr->txq_index, txr->tx_hw_cons, in bnxt_sched_reset_txr()809 u16 hw_cons = txr->tx_hw_cons; in __bnxt_tx_int()889 if (txr->tx_hw_cons != RING_TX(bp, txr->tx_cons)) in bnxt_tx_int()2992 txr->tx_hw_cons = TX_CMP_SQ_CONS_IDX(txcmp); in __bnxt_poll_work()2994 txr->tx_hw_cons = TX_OPAQUE_PROD(bp, opaque); in __bnxt_poll_work()2995 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()5218 txr->tx_hw_cons = 0; in bnxt_clear_ring_indices()11368 txr->tx_hw_cons = 0; in bnxt_tx_queue_start()
980 u16 tx_hw_cons; member