Lines Matching refs:cur_tx
473 lp->cur_tx = lp->next_tx = -1; in arcnet_open()
609 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol); in arcnet_send_packet()
690 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx()
692 if (lp->cur_tx != -1 || lp->next_tx == -1) in go_tx()
698 lp->cur_tx = lp->next_tx; in go_tx()
702 lp->hw.command(dev, TXcmd | (lp->cur_tx << 3)); in go_tx()
728 lp->hw.command(dev, NOTXcmd | (lp->cur_tx << 3)); in arcnet_timeout()
745 if (lp->cur_tx == -1) in arcnet_timeout()
850 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
882 if (lp->cur_tx != -1) in arcnet_interrupt()
883 release_arcbuf(dev, lp->cur_tx); in arcnet_interrupt()
885 lp->cur_tx = -1; in arcnet_interrupt()
910 if (lp->cur_tx == -1) in arcnet_interrupt()