Lines Matching refs:rx_pool
100 static void flush_rx_pool(struct idt77252_dev *, struct rx_pool *);
102 struct rx_pool *);
1020 struct rx_pool *rpp; in dequeue_rx()
1120 rpp = &vc->rcv.rx_pool; in dequeue_rx()
1916 flush_rx_pool(struct idt77252_dev *card, struct rx_pool *rpp) in flush_rx_pool()
1925 recycle_rx_pool_skb(struct idt77252_dev *card, struct rx_pool *rpp) in recycle_rx_pool_skb()
2357 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx()
2588 if (vc->rcv.rx_pool.count) { in idt77252_close()
2592 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close()
2980 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam()
3023 if (vc->rcv.rx_pool.count) { in close_card_oam()
3028 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in close_card_oam()