Lines Matching defs:cur_tx
469 unsigned int cur_tx, dirty_tx;
1310 rp->dirty_tx = rp->cur_tx = 0;
1769 return (rp->cur_tx - rp->dirty_tx) >= TX_QUEUE_LEN;
1784 entry = rp->cur_tx % TX_RING_SIZE;
1846 rp->cur_tx++;
1848 * Nobody wants cur_tx write to rot for ages after the NIC will have
1875 rp->cur_tx - 1, entry);
1921 unsigned int cur_tx;
1926 * driver enforces a value of cur_tx that was relevant when the
1931 cur_tx = rp->cur_tx;
1933 while (dirty_tx != cur_tx) {
1994 /* cur_tx may be optimistically out-of-sync. See rhine_start_tx. */