Home
last modified time | relevance | path

Searched refs:rx_pool (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/ibm/
A Dibmvnic.c572 rx_pool = &adapter->rx_pool[i]; in release_rx_pools()
686 rx_pool = &adapter->rx_pool[i]; in init_rx_pools()
693 rx_pool->index = i; in init_rx_pools()
696 rx_pool->free_map = kcalloc(rx_pool->size, sizeof(int), in init_rx_pools()
703 rx_pool->rx_buff = kcalloc(rx_pool->size, in init_rx_pools()
717 rx_pool = &adapter->rx_pool[i]; in init_rx_pools()
719 i, rx_pool->size, rx_pool->buff_size); in init_rx_pools()
722 rx_pool->size * rx_pool->buff_size)) in init_rx_pools()
750 rx_pool->active = 1; in init_rx_pools()
1509 rx_pool = &adapter->rx_pool[i]; in clean_rx_pools()
[all …]
A Dibmvnic.h931 struct ibmvnic_rx_pool *rx_pool; member
/linux/drivers/net/ethernet/ti/
A Dnetcp_core.c603 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_free_rx_desc_chain()
613 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_free_rx_desc_chain()
720 knav_pool_desc_put(netcp->rx_pool, ndesc); in netcp_process_one_rx_packet()
754 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_process_one_rx_packet()
760 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_process_one_rx_packet()
832 knav_pool_desc_put(netcp->rx_pool, desc); in netcp_free_rx_buf()
848 knav_pool_destroy(netcp->rx_pool); in netcp_rxpool_free()
849 netcp->rx_pool = NULL; in netcp_rxpool_free()
1558 if (!IS_ERR_OR_NULL(netcp->rx_pool)) in netcp_free_navigator_resources()
1597 if (IS_ERR_OR_NULL(netcp->rx_pool)) { in netcp_setup_navigator_resources()
[all …]
A Dnetcp.h93 void *rx_pool; member
/linux/drivers/net/wireless/ath/carl9170/
A Dusb.c324 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()
535 usb_anchor_urb(urb, &ar->rx_pool); in carl9170_usb_init_rx_bulk_urbs()
550 usb_scuttle_anchored_urbs(&ar->rx_pool); in carl9170_usb_init_rx_bulk_urbs()
600 usb_scuttle_anchored_urbs(&ar->rx_pool); in carl9170_usb_cancel_urbs()
1076 init_usb_anchor(&ar->rx_pool); in carl9170_usb_probe()
A Dcarl9170.h250 struct usb_anchor rx_pool; member
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Drx.c490 if (!trans_pcie->rx_pool) in iwl_pcie_free_rbs_pool()
494 if (!trans_pcie->rx_pool[i].page) in iwl_pcie_free_rbs_pool()
496 dma_unmap_page(trans->dev, trans_pcie->rx_pool[i].page_dma, in iwl_pcie_free_rbs_pool()
498 __free_pages(trans_pcie->rx_pool[i].page, in iwl_pcie_free_rbs_pool()
500 trans_pcie->rx_pool[i].page = NULL; in iwl_pcie_free_rbs_pool()
761 sizeof(trans_pcie->rx_pool[0]), in iwl_pcie_rx_alloc()
767 if (!trans_pcie->rxq || !trans_pcie->rx_pool || in iwl_pcie_rx_alloc()
808 kfree(trans_pcie->rx_pool); in iwl_pcie_rx_alloc()
809 trans_pcie->rx_pool = NULL; in iwl_pcie_rx_alloc()
1116 struct iwl_rx_mem_buffer *rxb = &trans_pcie->rx_pool[i]; in _iwl_pcie_rx_init()
[all …]
A Dinternal.h326 struct iwl_rx_mem_buffer *rx_pool; member
/linux/drivers/atm/
A Didt77252.h175 struct rx_pool { struct
221 struct rx_pool rx_pool; member
A Didt77252.c97 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()
1902 flush_rx_pool(struct idt77252_dev *card, struct rx_pool *rpp) in flush_rx_pool()
2332 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx()
2515 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in idt77252_close()
2519 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close()
2862 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam()
2905 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in close_card_oam()
[all …]
/linux/drivers/net/wireless/ti/wl12xx/
A Ddebugfs.c91 WL12XX_DEBUGFS_FWSTATS_FILE(event, rx_pool, "%u");
191 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl12xx_debugfs_add_files()
A Dacx.h217 __le32 rx_pool; member
/linux/drivers/tty/ipwireless/
A Dhardware.c248 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/
A Ddebugfs.c173 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()
A Dacx.h1036 u32 rx_pool; member

Completed in 66 milliseconds