Lines Matching refs:new_tx
154 int new_rx, new_tx; /* The next free ring entry */
457 lp->new_rx = lp->new_tx = 0;
539 printk("Ring data: old_tx %d new_tx %d%s new_rx %d\n",
540 lp->old_tx, lp->new_tx,
598 dev->name, lp->new_tx, ((u_short *)skb->data)[6],
608 entry = lp->new_tx;
628 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK;
686 while( old_tx != lp->new_tx) {
813 dev->name, lp->new_tx, ((u_short *)data)[6],