Lines Matching refs:lp
44 struct arcnet_local *lp = netdev_priv(dev); in rx() local
82 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
137 struct arcnet_local *lp = netdev_priv(dev); in prepare_tx() local
148 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx()
172 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
173 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft.cap.proto, in prepare_tx()
178 lp->hw.copy_to_card(dev, bufnum, ofs+1, in prepare_tx()
181 lp->lastload_dest = hard->dest; in prepare_tx()
188 struct arcnet_local *lp = netdev_priv(dev); in ack_tx() local
194 lp->outgoing.skb->protocol, acked); in ack_tx()
196 BUGLVL(D_SKB) arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()
212 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()
226 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()
227 lp->outgoing.proto = NULL; /* We are always finished when in this protocol */ in ack_tx()