Searched refs:donecount (Results 1 – 1 of 1) sorted by relevance
1610 int donecount; in hp100_clean_txring() local1618 donecount = (lp->txrcommit) - hp100_inb(TX_PDL); in hp100_clean_txring()1621 if (donecount > MAX_TX_PDL) in hp100_clean_txring()1625 for (; 0 != donecount; donecount--) { in hp100_clean_txring()1629 lp->txrcommit, hp100_inb(TX_PDL), donecount); in hp100_clean_txring()