Lines Matching refs:cur_tx
523 lp->cur_tx = lp->next_tx = -1; in arcnet_open()
661 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol); in arcnet_send_packet()
742 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx()
744 if (lp->cur_tx != -1 || lp->next_tx == -1) in go_tx()
750 lp->cur_tx = lp->next_tx; in go_tx()
754 lp->hw.command(dev, TXcmd | (lp->cur_tx << 3)); in go_tx()
780 lp->hw.command(dev, NOTXcmd | (lp->cur_tx << 3)); in arcnet_timeout()
797 if (lp->cur_tx == -1) in arcnet_timeout()
911 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
936 if (lp->cur_tx != -1) in arcnet_interrupt()
937 release_arcbuf(dev, lp->cur_tx); in arcnet_interrupt()
939 lp->cur_tx = -1; in arcnet_interrupt()
964 if (lp->cur_tx == -1) in arcnet_interrupt()