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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dshaper.c140 ptr=shaper->sendq.prev;
165 for(tmp=skb_peek(&shaper->sendq); tmp!=NULL &&
166 tmp!=(struct sk_buff *)&shaper->sendq; tmp=tmp->next)
175 skb_queue_tail(&shaper->sendq, skb);
180 if(skb_queue_len(&shaper->sendq)>SHAPER_QLEN)
182 ptr=skb_dequeue(&shaper->sendq);
244 while((skb=skb_peek(&shaper->sendq))!=NULL)
259 skb_unlink(skb, &shaper->sendq);
315 while ((skb = skb_dequeue(&shaper->sendq)) != NULL)
474 skb_queue_head_init(&sh->sendq);
[all...]
H A Dmyri_sbus.h208 struct sendq { struct
240 struct sendq sendq; /* Device tx queue. */ member in struct:myri_channel
276 struct sendq __iomem *sq; /* Where we stuff tx's. */
H A Dmyri_sbus.c234 struct sendq __iomem *sq = mp->sq;
340 struct sendq __iomem *sq= mp->sq;
607 struct sendq __iomem *sq = mp->sq;
1022 mp->sq = &mp->shmem->channel.sendq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_shaper.h19 struct sk_buff_head sendq; member in struct:shaper
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h154 struct sk_buff_head sendq; /* List of backpressured offload packets */ member in struct:sge_txq
H A Dsge.c589 __skb_queue_purge(&q->txq[i].sendq);
1107 if (unlikely(!skb_queue_empty(&q->sendq))) {
1108 addq_exit:__skb_queue_tail(&q->sendq, skb);
1215 while (q->in_use < q->size && (skb = __skb_dequeue(&q->sendq)) != NULL) {
1226 if (!skb_queue_empty(&q->sendq)) {
1420 while ((skb = skb_peek(&q->sendq)) != NULL) {
1443 __skb_unlink(skb, &q->sendq);
2619 skb_queue_head_init(&q->txq[i].sendq);

Completed in 103 milliseconds