Lines Matching refs:cur_tx
570 lp->cur_tx = lp->next_tx = -1;
712 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol);
792 arc_printk(D_DURING, dev, "go_tx: status=%Xh, intmask=%Xh, next_tx=%d, cur_tx=%d\n",
793 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx);
795 if (lp->cur_tx != -1 || lp->next_tx == -1)
801 lp->cur_tx = lp->next_tx;
805 lp->hw.command(dev, TXcmd | (lp->cur_tx << 3));
831 lp->hw.command(dev, NOTXcmd | (lp->cur_tx << 3));
848 if (lp->cur_tx == -1)
968 if (lp->cur_tx != -1 && !lp->timed_out) {
993 if (lp->cur_tx != -1)
994 release_arcbuf(dev, lp->cur_tx);
996 lp->cur_tx = -1;
1021 if (lp->cur_tx == -1)