Lines Matching refs:cur_tx
418 lp->cur_tx = lp->next_tx = -1; in arcnet_open()
553 ASTATUS(), lp->cur_tx, lp->next_tx, skb->len,skb->protocol); in arcnet_send_packet()
635 ASTATUS(), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx()
637 if (lp->cur_tx != -1 || lp->next_tx == -1) in go_tx()
642 lp->cur_tx = lp->next_tx; in go_tx()
646 ACOMMAND(TXcmd | (lp->cur_tx << 3)); in go_tx()
673 ACOMMAND(NOTXcmd | (lp->cur_tx << 3)); in arcnet_timeout()
690 if (lp->cur_tx == -1) in arcnet_timeout()
797 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
828 if (lp->cur_tx != -1) in arcnet_interrupt()
829 release_arcbuf(dev, lp->cur_tx); in arcnet_interrupt()
831 lp->cur_tx = -1; in arcnet_interrupt()
855 if (lp->cur_tx == -1) in arcnet_interrupt()