Lines Matching refs:dirty_tx
172 empty by incrementing the dirty_tx mark. Iff the 'lp->tx_full' flag is set, it
391 unsigned int cur_tx, dirty_tx;
989 printk(KERN_DEBUG "cur_tx=%d(%02x) dirty_tx=%d(%02x)\n",
991 np->dirty_tx, np->dirty_tx % TX_RING_SIZE);
1005 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
1020 np->dirty_rx = np->dirty_tx = 0;
1114 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 &&
1161 np->cur_tx = np->dirty_tx = 0;
1258 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) {
1259 int entry = np->dirty_tx % TX_RING_SIZE;
1284 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) {
1285 int entry = np->dirty_tx % TX_RING_SIZE;
1304 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
1826 np->dirty_tx = 0;
1838 dev->name, np->cur_tx, np->dirty_tx, np->cur_rx, np->dirty_rx);