Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c1604 int donecount; in hp100_clean_txring() local
1612 donecount = (lp->txrcommit) - hp100_inb(TX_PDL); in hp100_clean_txring()
1615 if (donecount > MAX_TX_PDL) in hp100_clean_txring()
1619 for (; 0 != donecount; donecount--) { in hp100_clean_txring()
1623 lp->txrcommit, hp100_inb(TX_PDL), donecount); in hp100_clean_txring()