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;
987 printk(KERN_DEBUG "cur_tx=%d(%02x) dirty_tx=%d(%02x)\n",
989 np->dirty_tx, np->dirty_tx % TX_RING_SIZE);
1003 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
1018 np->dirty_rx = np->dirty_tx = 0;
1112 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 &&
1159 np->cur_tx = np->dirty_tx = 0;
1256 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) {
1257 int entry = np->dirty_tx % TX_RING_SIZE;
1282 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) {
1283 int entry = np->dirty_tx % TX_RING_SIZE;
1302 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);