Lines Matching defs:cur_tx
559 unsigned int cur_tx, dirty_tx;
1974 np->dirty_tx = np->cur_tx = 0;
2079 np->dirty_tx = np->cur_tx = 0;
2094 "ownership" bit last, and only then increment cur_tx. */
2097 entry = np->cur_tx % TX_RING_SIZE;
2118 np->cur_tx++;
2119 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1) {
2121 if (np->cur_tx - np->dirty_tx >= TX_QUEUE_LEN - 1)
2134 dev->name, np->cur_tx, entry);
2143 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) {
2175 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) {
3170 dev->name, np->cur_tx, np->dirty_tx,