Searched refs:outgoing (Results 1 – 6 of 6) sorted by relevance
438 skb = lp->outgoing.skb; in arcnet_reply_work()462 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_work()463 lp->outgoing.skb = NULL; in arcnet_reply_work()738 lp->outgoing.skb = skb; in arcnet_send_packet()747 lp->outgoing.proto = proto; in arcnet_send_packet()748 lp->outgoing.skb = skb; in arcnet_send_packet()749 lp->outgoing.pkt = pkt; in arcnet_send_packet()982 if (lp->outgoing.proto && in arcnet_interrupt()984 lp->outgoing.proto in arcnet_interrupt()1001 if (lp->outgoing.proto && in arcnet_interrupt()[all …]
193 lp->outgoing.skb->protocol, acked); in ack_tx()196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()226 lp->outgoing.proto = NULL; in ack_tx()
492 out = &lp->outgoing; in prepare_tx()495 out->dataleft = lp->outgoing.length; in prepare_tx()514 struct Outgoing *out = &lp->outgoing; in continue_tx()
316 struct Outgoing outgoing; /* packet currently being sent */ member
300 * "Short Luns" are not placed into outgoing LQ2195 * in a FIFO or an outgoing LQ. Only treat it as an I_T only
1515 * outgoing command packets.
Completed in 21 milliseconds