Searched refs:tx_freed (Results 1 – 1 of 1) sorted by relevance
2886 u16 tx_freed; in __bnxt_poll_work() local2894 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()2897 if (unlikely(tx_freed >= bp->tx_wake_thresh)) { in __bnxt_poll_work()