/Linux-v5.4/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 239 adapter->rx_pool[i].active = 0; in deactivate_rx_pools() 349 if (adapter->rx_pool[i].active) in replenish_pools() 350 replenish_rx_pool(adapter, &adapter->rx_pool[i]); in replenish_pools() 414 struct ibmvnic_rx_pool *rx_pool; in reset_rx_pools() local 424 rx_pool = &adapter->rx_pool[i]; in reset_rx_pools() 428 if (rx_pool->buff_size != be64_to_cpu(size_array[i])) { in reset_rx_pools() 429 free_long_term_buff(adapter, &rx_pool->long_term_buff); in reset_rx_pools() 430 rx_pool->buff_size = be64_to_cpu(size_array[i]); in reset_rx_pools() 432 &rx_pool->long_term_buff, in reset_rx_pools() 433 rx_pool->size * in reset_rx_pools() [all …]
|
D | ibmvnic.h | 1020 struct ibmvnic_rx_pool *rx_pool; member
|
/Linux-v5.4/drivers/net/ethernet/ti/ |
D | netcp_core.c | 590 ndesc = knav_pool_desc_unmap(netcp->rx_pool, dma_desc, dma_sz); in netcp_free_rx_desc_chain() 603 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() 628 desc = knav_pool_desc_unmap(netcp->rx_pool, dma, dma_sz); in netcp_empty_rx_queue() 657 desc = knav_pool_desc_unmap(netcp->rx_pool, dma_desc, dma_sz); in netcp_process_one_rx_packet() 694 ndesc = knav_pool_desc_unmap(netcp->rx_pool, dma_desc, dma_sz); in netcp_process_one_rx_packet() 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() 798 desc = knav_pool_desc_unmap(netcp->rx_pool, dma, dma_sz); in netcp_free_rx_buf() [all …]
|
D | netcp.h | 93 void *rx_pool; member
|
/Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
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() 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()
|
D | carl9170.h | 247 struct usb_anchor rx_pool; member
|
/Linux-v5.4/drivers/atm/ |
D | idt77252.h | 175 struct rx_pool { struct 221 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() 1114 rpp = &vc->rcv.rx_pool; in dequeue_rx() 1907 flush_rx_pool(struct idt77252_dev *card, struct rx_pool *rpp) in flush_rx_pool() 1914 recycle_rx_pool_skb(struct idt77252_dev *card, struct rx_pool *rpp) in recycle_rx_pool_skb() 2337 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx() 2520 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in idt77252_close() 2524 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close() 2867 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam() [all …]
|
/Linux-v5.4/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 91 WL12XX_DEBUGFS_FWSTATS_FILE(event, rx_pool, "%u"); 191 DEBUGFS_FWSTATS_ADD(event, rx_pool); in wl12xx_debugfs_add_files()
|
D | acx.h | 217 __le32 rx_pool; member
|
/Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
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()
|
D | acx.h | 1036 u32 rx_pool; member
|
/Linux-v5.4/drivers/tty/ipwireless/ |
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-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | rx.c | 518 if (!trans_pcie->rx_pool[i].page) in iwl_pcie_free_rbs_pool() 520 dma_unmap_page(trans->dev, trans_pcie->rx_pool[i].page_dma, in iwl_pcie_free_rbs_pool() 523 __free_pages(trans_pcie->rx_pool[i].page, in iwl_pcie_free_rbs_pool() 525 trans_pcie->rx_pool[i].page = NULL; in iwl_pcie_free_rbs_pool() 1097 ARRAY_SIZE(trans_pcie->rx_pool)); in _iwl_pcie_rx_init() 1099 struct iwl_rx_mem_buffer *rxb = &trans_pcie->rx_pool[i]; in _iwl_pcie_rx_init()
|
D | internal.h | 516 struct iwl_rx_mem_buffer rx_pool[RX_POOL_SIZE]; member
|