Lines Matching refs:cur_tx
569 lp->cur_tx = lp->next_tx = -1; in arcnet_open()
711 lp->hw.status(dev), lp->cur_tx, lp->next_tx, skb->len, skb->protocol); in arcnet_send_packet()
792 lp->hw.status(dev), lp->intmask, lp->next_tx, lp->cur_tx); in go_tx()
794 if (lp->cur_tx != -1 || lp->next_tx == -1) in go_tx()
800 lp->cur_tx = lp->next_tx; in go_tx()
804 lp->hw.command(dev, TXcmd | (lp->cur_tx << 3)); in go_tx()
830 lp->hw.command(dev, NOTXcmd | (lp->cur_tx << 3)); in arcnet_timeout()
847 if (lp->cur_tx == -1) in arcnet_timeout()
967 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
992 if (lp->cur_tx != -1) in arcnet_interrupt()
993 release_arcbuf(dev, lp->cur_tx); in arcnet_interrupt()
995 lp->cur_tx = -1; in arcnet_interrupt()
1020 if (lp->cur_tx == -1) in arcnet_interrupt()