Searched refs:donecount (Results 1 – 1 of 1) sorted by relevance
1604 int donecount; in hp100_clean_txring() local1612 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()