Home | History | Annotate | Download | only in cxgb

Lines Matching defs:arpq

189          * Only the first packet added to the arpq should kick off
191 * we allow each packet added to the arpq to retry resolution
242 * Only the first packet added to the arpq should kick off
244 * we allow each packet added to the arpq to retry resolution
394 * on the arpq head. If a packet specifies a failure handler it is invoked,
401 handle_failed_resolution(struct toedev *dev, struct mbuf *arpq)
404 while (arpq) {
405 struct mbuf *m = arpq;
409 arpq = m->m_next;
429 struct mbuf *arpq = NULL;
455 arpq = e->arpq_head;
468 if (arpq)
469 handle_failed_resolution(dev, arpq);
503 struct mbuf *arpq = NULL;
518 arpq = e->arpq_head;
532 if (arpq)
533 handle_failed_resolution(dev, arpq);