Lines Matching defs:done
8 * those should be done at higher levels.
1572 * must be done after initializing the BMUs;
1990 * Free ring elements from starting at tx_cons until "done"
1999 static void sky2_tx_complete(struct sky2_port *sky2, u16 done)
2005 BUG_ON(done >= sky2->tx_ring_size);
2007 for (idx = sky2->tx_cons; idx != done;
2016 "tx done %u\n", idx);
2367 netdev_printk(KERN_DEBUG, dev, "transmit ring %u .. %u report=%u done=%u\n",
3043 goto done;
3048 done:
4421 seq_printf(seq, "Tx ring pending=%u...%u report=%d done=%d\n",