Searched refs:rx_pool (Results 1 – 3 of 3) sorted by relevance
58 static char *rx_pool = NULL; variable761 if (rx_pool) in close_driver()763 k_free (rx_pool); in close_driver()764 rx_pool = NULL; in close_driver()820 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()821 if (!rx_pool) in first_init()840 k_free (rx_pool); in first_init()841 rx_pool = NULL; in first_init()861 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()
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 …]
411 struct iwl_rx_mem_buffer *rx_pool; member