| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 756 adapter->rx_pool[i].active = 0; in deactivate_rx_pools() 917 if (adapter->rx_pool[i].active) in replenish_pools() 918 replenish_rx_pool(adapter, &adapter->rx_pool[i]); in replenish_pools() 990 struct ibmvnic_rx_pool *rx_pool; in release_rx_pools() local 993 if (!adapter->rx_pool) in release_rx_pools() 997 rx_pool = &adapter->rx_pool[i]; in release_rx_pools() 1001 kfree(rx_pool->free_map); in release_rx_pools() 1003 free_ltb_set(adapter, &rx_pool->ltb_set); in release_rx_pools() 1005 if (!rx_pool->rx_buff) in release_rx_pools() 1008 for (j = 0; j < rx_pool->size; j++) { in release_rx_pools() [all …]
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | usb.c | 324 urb = usb_get_from_anchor(&ar->rx_pool); in carl9170_usb_submit_rx_urb() 330 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_submit_rx_urb() 358 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_rx_work() 424 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_rx_complete() 542 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_init_rx_bulk_urbs() 557 usb_scuttle_anchored_urbs(&ar->rx_pool); in carl9170_usb_init_rx_bulk_urbs() 607 usb_scuttle_anchored_urbs(&ar->rx_pool); in carl9170_usb_cancel_urbs() 1115 init_usb_anchor(&ar->rx_pool); in carl9170_usb_probe()
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 494 if (!trans_pcie->rx_pool) in iwl_pcie_free_rbs_pool() 498 if (!trans_pcie->rx_pool[i].page) in iwl_pcie_free_rbs_pool() 500 dma_unmap_page(trans->dev, trans_pcie->rx_pool[i].page_dma, in iwl_pcie_free_rbs_pool() 502 __free_pages(trans_pcie->rx_pool[i].page, in iwl_pcie_free_rbs_pool() 504 trans_pcie->rx_pool[i].page = NULL; in iwl_pcie_free_rbs_pool() 777 trans_pcie->rx_pool = kzalloc_objs(trans_pcie->rx_pool[0], in iwl_pcie_rx_alloc() 782 if (!trans_pcie->rxq || !trans_pcie->rx_pool || in iwl_pcie_rx_alloc() 823 kfree(trans_pcie->rx_pool); in iwl_pcie_rx_alloc() 824 trans_pcie->rx_pool = NULL; in iwl_pcie_rx_alloc() 1151 struct iwl_rx_mem_buffer *rxb = &trans_pcie->rx_pool[i]; in _iwl_pcie_rx_init() [all …]
|
| /linux/drivers/atm/ |
| H A D | idt77252.h | 175 struct rx_pool { struct 221 struct rx_pool rx_pool; member
|
| H A D | idt77252.c | 97 static void flush_rx_pool(struct idt77252_dev *, struct rx_pool *); 99 struct rx_pool *); 1017 struct rx_pool *rpp; in dequeue_rx() 1117 rpp = &vc->rcv.rx_pool; in dequeue_rx() 1906 flush_rx_pool(struct idt77252_dev *card, struct rx_pool *rpp) in flush_rx_pool() 1913 recycle_rx_pool_skb(struct idt77252_dev *card, struct rx_pool *rpp) in recycle_rx_pool_skb() 2336 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx() 2519 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in idt77252_close() 2523 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close() 2866 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam() [all …]
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | debugfs.c | 91 WL12XX_DEBUGFS_FWSTATS_FILE(event, rx_pool, "%u"); 191 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl12xx_debugfs_add_files()
|
| H A D | acx.h | 217 __le32 rx_pool; member
|
| /linux/drivers/tty/ipwireless/ |
| H A D | hardware.c | 248 struct list_head rx_pool; member 564 if (!list_empty(&hw->rx_pool)) { in pool_allocate() 565 packet = list_first_entry(&hw->rx_pool, in pool_allocate() 615 list_add(&packet->queue, &hw->rx_pool); in pool_free() 1636 INIT_LIST_HEAD(&hw->rx_pool); in ipwireless_hardware_create() 1755 list_for_each_entry_safe(rp, rq, &hw->rx_pool, queue) { in ipwireless_hardware_free()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | debugfs.c | 173 DEBUGFS_FWSTATS_FILE(event, rx_pool, 20, "%u"); 313 DEBUGFS_FWSTATS_DEL(event, rx_pool); in wl1251_debugfs_delete_files() 412 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl1251_debugfs_add_files()
|
| H A D | acx.h | 1036 u32 rx_pool; member
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 275 page_pool_put_page(priv->rx_pool[q], in ravb_ring_free() 281 page_pool_destroy(priv->rx_pool[q]); in ravb_ring_free() 306 rx_buff->page = page_pool_alloc(priv->rx_pool[q], &rx_buff->offset, in ravb_alloc_rx_buffer() 434 priv->rx_pool[q] = page_pool_create(¶ms); in ravb_ring_init() 435 if (IS_ERR(priv->rx_pool[q])) in ravb_ring_init() 864 page_pool_put_page(priv->rx_pool[q], in ravb_rx_gbeth() 891 page_pool_put_page(priv->rx_pool[q], in ravb_rx_gbeth() 1029 page_pool_put_page(priv->rx_pool[q], in ravb_rx_rcar()
|