Searched refs:rx_pool (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_core.c | 578 ndesc = knav_pool_desc_unmap(netcp->rx_pool, dma_desc, dma_sz); in netcp_free_rx_desc_chain() 587 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_free_rx_desc_chain() 593 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_free_rx_desc_chain() 607 desc = knav_pool_desc_unmap(netcp->rx_pool, dma, dma_sz); in netcp_empty_rx_queue() 635 desc = knav_pool_desc_unmap(netcp->rx_pool, dma_desc, dma_sz); in netcp_process_one_rx_packet() 668 ndesc = knav_pool_desc_unmap(netcp->rx_pool, dma_desc, dma_sz); in netcp_process_one_rx_packet() 691 knav_pool_desc_put(netcp->rx_pool, ndesc); in netcp_process_one_rx_packet() 695 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_process_one_rx_packet() 757 desc = knav_pool_desc_unmap(netcp->rx_pool, dma, dma_sz); in netcp_free_rx_buf() 768 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_free_rx_buf() [all …]
|
D | netcp.h | 84 void *rx_pool; member
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | usb.c | 322 urb = usb_get_from_anchor(&ar->rx_pool); in carl9170_usb_submit_rx_urb() 328 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_submit_rx_urb() 356 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_rx_work() 422 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_rx_complete() 533 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_init_rx_bulk_urbs() 548 usb_scuttle_anchored_urbs(&ar->rx_pool); in carl9170_usb_init_rx_bulk_urbs() 598 usb_scuttle_anchored_urbs(&ar->rx_pool); in carl9170_usb_cancel_urbs() 1081 init_usb_anchor(&ar->rx_pool); in carl9170_usb_probe()
|
D | carl9170.h | 247 struct usb_anchor rx_pool; member
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.h | 175 struct rx_pool { struct 218 struct rx_pool rx_pool; member
|
D | idt77252.c | 97 static void flush_rx_pool(struct idt77252_dev *, struct rx_pool *); 99 struct rx_pool *); 1014 struct rx_pool *rpp; in dequeue_rx() 1115 rpp = &vc->rcv.rx_pool; in dequeue_rx() 1911 flush_rx_pool(struct idt77252_dev *card, struct rx_pool *rpp) in flush_rx_pool() 1918 recycle_rx_pool_skb(struct idt77252_dev *card, struct rx_pool *rpp) in recycle_rx_pool_skb() 2342 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx() 2525 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in idt77252_close() 2529 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close() 2872 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam() [all …]
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 105 WL12XX_DEBUGFS_FWSTATS_FILE(event, rx_pool, "%u"); 215 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl12xx_debugfs_add_files()
|
D | acx.h | 231 __le32 rx_pool; member
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 192 DEBUGFS_FWSTATS_FILE(event, rx_pool, 20, "%u"); 332 DEBUGFS_FWSTATS_DEL(event, rx_pool); in wl1251_debugfs_delete_files() 433 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl1251_debugfs_add_files()
|
D | acx.h | 1050 u32 rx_pool; member
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | hardware.c | 247 struct list_head rx_pool; member 563 if (!list_empty(&hw->rx_pool)) { in pool_allocate() 564 packet = list_first_entry(&hw->rx_pool, in pool_allocate() 614 list_add(&packet->queue, &hw->rx_pool); in pool_free() 1628 INIT_LIST_HEAD(&hw->rx_pool); in ipwireless_hardware_create() 1748 list_for_each_entry_safe(rp, rq, &hw->rx_pool, queue) { in ipwireless_hardware_free()
|