Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c2452 unsigned int entry, xmits = 0, count = 0; in stmmac_tx_clean() local
2598 xmits = budget - 1; in stmmac_tx_clean()
2600 xmits = budget; in stmmac_tx_clean()
2618 return max(count, xmits); in stmmac_tx_clean()