Lines Matching refs:cur_tx
565 lp->cur_tx = lp->next_tx = -1;
707 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol);
787 arc_printk(D_DURING, dev, "go_tx: status=%Xh, intmask=%Xh, next_tx=%d, cur_tx=%d\n",
788 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx);
790 if (lp->cur_tx != -1 || lp->next_tx == -1)
796 lp->cur_tx = lp->next_tx;
800 lp->hw.command(dev, TXcmd | (lp->cur_tx << 3));
826 lp->hw.command(dev, NOTXcmd | (lp->cur_tx << 3));
843 if (lp->cur_tx == -1)
963 if (lp->cur_tx != -1 && !lp->timed_out) {
988 if (lp->cur_tx != -1)
989 release_arcbuf(dev, lp->cur_tx);
991 lp->cur_tx = -1;
1016 if (lp->cur_tx == -1)