Searched refs:arpq (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c110 skb_queue_walk_safe(&e->arpq, skb, tmp) {
111 __skb_unlink(skb, &e->arpq);
125 __skb_queue_tail(&e->arpq, skb);
153 * Only the first packet added to the arpq should kick off
155 * we allow each packet added to the arpq to retry resolution
167 if (!skb_queue_empty(&e->arpq))
203 * Only the first packet added to the arpq should kick off
205 * we allow each packet added to the arpq to retry resolution
374 * on the arpq head. If a packet specifies a failure handler it is invoked,
380 static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff_head *arpq) argument
401 struct sk_buff_head arpq; local
[all...]
H A Dl2t.h67 struct sk_buff_head arpq; /* queue of packets awaiting resolution */ member in struct:l2t_entry
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c177 while ((skb = __skb_dequeue(&e->arpq)) != NULL)
218 __skb_queue_tail(&e->arpq, skb);
252 !skb_queue_empty(&e->arpq))
360 __skb_queue_purge(&e->arpq);
378 __skb_queue_purge(&e->arpq);
514 struct sk_buff_head *arpq = NULL; local
539 arpq = &e->arpq;
541 !skb_queue_empty(&e->arpq)) {
551 if (arpq) {
[all...]
H A Dl2t.h81 struct sk_buff_head arpq; /* packet queue awaiting resolution */ member in struct:l2t_entry

Completed in 111 milliseconds