Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dnicstar.c224 PRINTK("nicstar%d: freeing %d huge buffers.\n", i, card->hbpool.count); in nicstar_remove_one()
225 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) { in nicstar_remove_one()
652 skb_queue_head_init(&card->hbpool.queue); in ns_init_card()
653 card->hbpool.count = 0; in ns_init_card()
666 skb_queue_tail(&card->hbpool.queue, hb); in ns_init_card()
667 card->hbpool.count++; in ns_init_card()
836 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) in ns_init_card_error()
1569 printk("hbpool.count = %d iovpool.count = %d \n", in ns_close()
1570 card->hbpool.count, card->iovpool.count); in ns_close()
2223 hb = skb_dequeue(&(card->hbpool in dequeue_rx()
[all...]
H A Dnicstar.h724 skb_pool hbpool; /* Pre-allocated huge buffers */ member
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c226 PRINTK("nicstar%d: freeing %d huge buffers.\n", i, card->hbpool.count); in nicstar_remove_one()
227 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) { in nicstar_remove_one()
654 skb_queue_head_init(&card->hbpool.queue); in ns_init_card()
655 card->hbpool.count = 0; in ns_init_card()
668 skb_queue_tail(&card->hbpool.queue, hb); in ns_init_card()
669 card->hbpool.count++; in ns_init_card()
838 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) in ns_init_card_error()
1565 printk("hbpool.count = %d iovpool.count = %d \n", in ns_close()
1566 card->hbpool.count, card->iovpool.count); in ns_close()
2229 hb = skb_dequeue(&(card->hbpool in dequeue_rx()
[all...]
H A Dnicstar.h724 skb_pool hbpool; /* Pre-allocated huge buffers */ member

Completed in 11 milliseconds