Lines Matching defs:cur_tx
593 unsigned long cur_tx;
1454 tp->cur_tx = 0;
1649 tp->cur_tx = 0;
1673 tp->cur_tx, tp->dirty_tx);
1725 entry = tp->cur_tx % NUM_TX_DESC;
1749 tp->cur_tx++;
1751 if ((tp->cur_tx - NUM_TX_DESC) == tp->dirty_tx)
1772 tx_left = tp->cur_tx - dirty_tx;
1817 if (tp->cur_tx - dirty_tx > NUM_TX_DESC) {
1819 dirty_tx, tp->cur_tx);