Home
last modified time | relevance | path

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

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