Lines Matching defs:cur_tx
469 unsigned int cur_tx, dirty_tx;
1307 rp->dirty_tx = rp->cur_tx = 0;
1766 return (rp->cur_tx - rp->dirty_tx) >= TX_QUEUE_LEN;
1781 entry = rp->cur_tx % TX_RING_SIZE;
1843 rp->cur_tx++;
1845 * Nobody wants cur_tx write to rot for ages after the NIC will have
1872 rp->cur_tx - 1, entry);
1918 unsigned int cur_tx;
1923 * driver enforces a value of cur_tx that was relevant when the
1928 cur_tx = rp->cur_tx;
1930 while (dirty_tx != cur_tx) {
1991 /* cur_tx may be optimistically out-of-sync. See rhine_start_tx. */