Lines Matching refs:rx_pool
97 static void flush_rx_pool(struct idt77252_dev *, struct rx_pool *);
99 struct rx_pool *);
1015 struct rx_pool *rpp; in dequeue_rx()
1115 rpp = &vc->rcv.rx_pool; in dequeue_rx()
1908 flush_rx_pool(struct idt77252_dev *card, struct rx_pool *rpp) in flush_rx_pool()
1915 recycle_rx_pool_skb(struct idt77252_dev *card, struct rx_pool *rpp) in recycle_rx_pool_skb()
2338 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx()
2521 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in idt77252_close()
2525 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close()
2868 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam()
2911 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in close_card_oam()
2916 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in close_card_oam()