Lines Matching refs:rx_pool
493 if (!trans_pcie->rx_pool) in iwl_pcie_free_rbs_pool()
497 if (!trans_pcie->rx_pool[i].page) in iwl_pcie_free_rbs_pool()
499 dma_unmap_page(trans->dev, trans_pcie->rx_pool[i].page_dma, in iwl_pcie_free_rbs_pool()
501 __free_pages(trans_pcie->rx_pool[i].page, in iwl_pcie_free_rbs_pool()
503 trans_pcie->rx_pool[i].page = NULL; in iwl_pcie_free_rbs_pool()
771 trans_pcie->rx_pool = kcalloc(RX_POOL_SIZE(trans_pcie->num_rx_bufs), in iwl_pcie_rx_alloc()
772 sizeof(trans_pcie->rx_pool[0]), in iwl_pcie_rx_alloc()
778 if (!trans_pcie->rxq || !trans_pcie->rx_pool || in iwl_pcie_rx_alloc()
819 kfree(trans_pcie->rx_pool); in iwl_pcie_rx_alloc()
820 trans_pcie->rx_pool = NULL; in iwl_pcie_rx_alloc()
1127 struct iwl_rx_mem_buffer *rxb = &trans_pcie->rx_pool[i]; in _iwl_pcie_rx_init()
1218 kfree(trans_pcie->rx_pool); in iwl_pcie_rx_free()