HomeSort by: relevance | last modified time | path
    Searched defs:arpq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_l2t.c 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 local in function:t3_l2t_update
503 struct mbuf *arpq = NULL; local in function:update_timer_cb
    [all...]
cxgb_l2t.c 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 local in function:t3_l2t_update
503 struct mbuf *arpq = NULL; local in function:update_timer_cb
    [all...]

Completed in 22 milliseconds