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()
422 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;
992 u16 tx_hw_cons;991 u16 tx_hw_cons; global() member