Searched refs:arpq (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 110 skb_queue_walk_safe(&e->arpq, skb, tmp) { in setup_l2e_send_pending() 111 __skb_unlink(skb, &e->arpq); in setup_l2e_send_pending() 125 __skb_queue_tail(&e->arpq, skb); in arpq_enqueue() 153 * Only the first packet added to the arpq should kick off in t3_l2t_send_slow() 155 * we allow each packet added to the arpq to retry resolution in t3_l2t_send_slow() 167 if (!skb_queue_empty(&e->arpq)) in t3_l2t_send_slow() 203 * Only the first packet added to the arpq should kick off in t3_l2t_send_event() 205 * we allow each packet added to the arpq to retry resolution in t3_l2t_send_event() 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) in handle_failed_resolution() argument 401 struct sk_buff_head arpq; t3_l2t_update() local [all...] |
H A D | l2t.h | 67 struct sk_buff_head arpq; /* queue of packets awaiting resolution */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 110 skb_queue_walk_safe(&e->arpq, skb, tmp) { in setup_l2e_send_pending() 111 __skb_unlink(skb, &e->arpq); in setup_l2e_send_pending() 125 __skb_queue_tail(&e->arpq, skb); in arpq_enqueue() 153 * Only the first packet added to the arpq should kick off in t3_l2t_send_slow() 155 * we allow each packet added to the arpq to retry resolution in t3_l2t_send_slow() 167 if (!skb_queue_empty(&e->arpq)) in t3_l2t_send_slow() 203 * Only the first packet added to the arpq should kick off in t3_l2t_send_event() 205 * we allow each packet added to the arpq to retry resolution in t3_l2t_send_event() 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) in handle_failed_resolution() argument 401 struct sk_buff_head arpq; t3_l2t_update() local [all...] |
H A D | l2t.h | 67 struct sk_buff_head arpq; /* queue of packets awaiting resolution */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 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() [all...] |
H A D | l2t.h | 81 struct sk_buff_head arpq; /* packet queue awaiting resolution */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 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() [all...] |
H A D | l2t.h | 81 struct sk_buff_head arpq; /* packet queue awaiting resolution */ member
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 2985 struct etharp_q_entry *arpq = NULL; local 3001 for (arpq = arp_table[arpidx].q; arpq != NULL; arpq = arpq->next) { 3002 ret = netstat_get_udp_sendQLen(upcb, arpq->p);
|
Completed in 10 milliseconds