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