Lines Matching refs:arpq
177 while ((skb = __skb_dequeue(&e->arpq)) != NULL) in send_pending()
218 __skb_queue_tail(&e->arpq, skb); in arpq_enqueue()
252 !skb_queue_empty(&e->arpq)) in cxgb4_l2t_send()
360 __skb_queue_purge(&e->arpq); in _t4_l2e_free()
378 __skb_queue_purge(&e->arpq); in t4_l2e_free()
514 struct sk_buff_head *arpq = NULL; in t4_l2t_update() local
539 arpq = &e->arpq; in t4_l2t_update()
541 !skb_queue_empty(&e->arpq)) { in t4_l2t_update()
551 if (arpq) { in t4_l2t_update()
559 while ((skb = __skb_dequeue(&e->arpq)) != NULL) { in t4_l2t_update()
658 skb_queue_head_init(&d->l2tab[i].arpq); in t4_init_l2t()
693 return skb_queue_empty(&e->arpq) ? 'R' : 'A'; in l2e_state()