Searched refs:sched_skb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsge.c403 * sched_skb() is called from two different places. In the tx path, any
404 * packet generating load on an output port will call sched_skb()
405 * (skb != NULL). In addition, sched_skb() is called from the irq/soft irq
410 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, function
417 pr_debug("sched_skb %p\n", skb);
466 pr_debug("sched_skb ret %p\n", skb);
1297 while ((skb = sched_skb(sge, NULL, credits)) != NULL) {
1683 skb = sched_skb(sge, skb, credits);

Completed in 48 milliseconds