Lines Matching refs:rx_pool
490 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()
760 trans_pcie->rx_pool = kcalloc(RX_POOL_SIZE(trans_pcie->num_rx_bufs), in iwl_pcie_rx_alloc()
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()
1207 kfree(trans_pcie->rx_pool); in iwl_pcie_rx_free()