Lines Matching defs:new_tx
153 int new_rx, new_tx; /* The next free ring entry */
456 lp->new_rx = lp->new_tx = 0;
538 printk("Ring data: old_tx %d new_tx %d%s new_rx %d\n",
539 lp->old_tx, lp->new_tx,
597 dev->name, lp->new_tx, ((u_short *)skb->data)[6],
607 entry = lp->new_tx;
627 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK;
685 while( old_tx != lp->new_tx) {
812 dev->name, lp->new_tx, ((u_short *)data)[6],