Lines Matching defs:cur_tx
593 unsigned long cur_tx;
1453 tp->cur_tx = 0;
1648 tp->cur_tx = 0;
1672 tp->cur_tx, tp->dirty_tx);
1724 entry = tp->cur_tx % NUM_TX_DESC;
1748 tp->cur_tx++;
1750 if ((tp->cur_tx - NUM_TX_DESC) == tp->dirty_tx)
1771 tx_left = tp->cur_tx - dirty_tx;
1816 if (tp->cur_tx - dirty_tx > NUM_TX_DESC) {
1818 dirty_tx, tp->cur_tx);