Lines Matching defs:cur_tx
552 unsigned int cur_tx, dirty_tx, reap_tx;
1130 np->cur_rx = np->cur_tx = np->reap_tx = 0;
1188 if ((np->cur_tx - np->dirty_tx) + skb_num_frags(skb) * 2 > TX_RING_SIZE) {
1200 prev_tx = np->cur_tx;
1201 entry = np->cur_tx % TX_RING_SIZE;
1245 dev->name, np->cur_tx, np->dirty_tx,
1249 np->cur_tx += np->tx_info[entry].used_slots;
1253 np->cur_tx += np->tx_info[entry].used_slots;
1257 if (np->cur_tx % (TX_RING_SIZE / 2) == 0)
1270 if ((np->cur_tx - np->dirty_tx) + 4 > TX_RING_SIZE)
1293 np->cur_tx = prev_tx;
1389 (np->cur_tx - np->dirty_tx + 4 < TX_RING_SIZE)) {
1937 dev->name, np->cur_tx, np->dirty_tx,