Lines Matching defs:new_tx
153 int new_rx, new_tx; /* The next free ring entry */
462 lp->new_rx = lp->new_tx = 0;
544 printk("Ring data: old_tx %d new_tx %d%s new_rx %d\n",
545 lp->old_tx, lp->new_tx,
603 dev->name, lp->new_tx, ((u_short *)skb->data)[6],
613 entry = lp->new_tx;
633 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK;
691 while( old_tx != lp->new_tx) {
818 dev->name, lp->new_tx, ((u_short *)data)[6],