Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c1592 int donecount; in hp100_clean_txring() local
1600 donecount = (lp->txrcommit) - hp100_inb(TX_PDL); in hp100_clean_txring()
1603 if (donecount > MAX_TX_PDL) in hp100_clean_txring()
1607 for (; 0 != donecount; donecount--) { in hp100_clean_txring()
1611 lp->txrcommit, hp100_inb(TX_PDL), donecount); in hp100_clean_txring()