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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.c340 while ((sb = skb_dequeue(&card->sbpool.queue)) != NULL)
811 skb_queue_head_init(&card->sbpool.queue);
812 card->sbpool.count = 0; /* Not used */
826 skb_queue_tail(&card->sbpool.queue, sb);
951 while ((sb = skb_dequeue(&card->sbpool.queue)) != NULL)
1147 skb_unlink((struct sk_buff *) handle1, &card->sbpool.queue);
1149 skb_unlink((struct sk_buff *) handle2, &card->sbpool.queue);
1334 skb_queue_tail(&card->sbpool.queue, sb);
1727 ns_stat_sfbqc_get(stat), card->sbpool.count,
2540 skb_queue_tail(&card->sbpool
[all...]
H A Didt77252.h402 struct sb_pool sbpool[4]; /* Pool of RX skbuffs */ member in struct:idt77252_dev
H A Dnicstar.h788 skb_pool sbpool; /* Small buffers */ member in struct:ns_dev
H A Didt77252.c581 struct sb_pool *pool = &card->sbpool[queue];
614 card->sbpool[queue].skb[index] = NULL;
630 return card->sbpool[queue].skb[index];
1890 card->sbpool[POOL_QUEUE(handle)].skb[POOL_INDEX(handle)] = NULL;
3119 skb = card->sbpool[i].skb[j];
3126 card->sbpool[i].skb[j] = NULL;

Completed in 55 milliseconds