Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2886 u16 tx_freed; in __bnxt_poll_work() local
2894 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()