Lines Matching defs:cur_tx
552 unsigned int cur_tx, dirty_tx, reap_tx;
1132 np->cur_rx = np->cur_tx = np->reap_tx = 0;
1190 if ((np->cur_tx - np->dirty_tx) + skb_num_frags(skb) * 2 > TX_RING_SIZE) {
1202 prev_tx = np->cur_tx;
1203 entry = np->cur_tx % TX_RING_SIZE;
1247 dev->name, np->cur_tx, np->dirty_tx,
1251 np->cur_tx += np->tx_info[entry].used_slots;
1255 np->cur_tx += np->tx_info[entry].used_slots;
1259 if (np->cur_tx % (TX_RING_SIZE / 2) == 0)
1272 if ((np->cur_tx - np->dirty_tx) + 4 > TX_RING_SIZE)
1295 np->cur_tx = prev_tx;
1391 (np->cur_tx - np->dirty_tx + 4 < TX_RING_SIZE)) {
1939 dev->name, np->cur_tx, np->dirty_tx,