Searched refs:sched_skb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 427 * sched_skb() is called from two different places. In the tx path, any 428 * packet generating load on an output port will call sched_skb() 429 * (skb != NULL). In addition, sched_skb() is called from the irq/soft irq 434 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb() function 441 pr_debug("sched_skb %p\n", skb); in sched_skb() 490 pr_debug("sched_skb ret %p\n", skb); in sched_skb() 1325 while ((skb = sched_skb(sge, NULL, credits)) != NULL) { in restart_sched() 1711 skb = sched_skb(sge, skb, credits); in t1_sge_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 418 * sched_skb() is called from two different places. In the tx path, any 419 * packet generating load on an output port will call sched_skb() 420 * (skb != NULL). In addition, sched_skb() is called from the irq/soft irq 425 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb() function 432 pr_debug("sched_skb %p\n", skb); in sched_skb() 481 pr_debug("sched_skb ret %p\n", skb); in sched_skb() 1320 while ((skb = sched_skb(sge, NULL, credits)) != NULL) { in restart_sched() 1741 skb = sched_skb(sge, skb, credits); in t1_sge_tx()
|
Completed in 7 milliseconds