Home
last modified time | relevance | path

Searched refs:tx_freed (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3030 u16 tx_freed; in __bnxt_poll_work() local
3038 tx_freed = (txr->tx_hw_cons - txr->tx_cons) & in __bnxt_poll_work()
3041 if (unlikely(tx_freed >= bp->tx_wake_thresh)) { in __bnxt_poll_work()