Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/
Dhip04_eth.c496 int tx_remaining; in hip04_rx_poll() local
558 tx_remaining = hip04_tx_reclaim(ndev, false); in hip04_rx_poll()
559 if (rx < budget && tx_remaining) in hip04_rx_poll()