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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c428 * sched_skb() is called from two different places. In the tx path, any
429 * packet generating load on an output port will call sched_skb()
430 * (skb != NULL). In addition, sched_skb() is called from the irq/soft irq
435 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, function
442 pr_debug("sched_skb %p\n", skb);
491 pr_debug("sched_skb ret %p\n", skb);
1327 while ((skb = sched_skb(sge, NULL, credits)) != NULL) {
1783 skb = sched_skb(sge, skb, credits);

Completed in 132 milliseconds