Searched refs:alloc_page (Results 1 – 7 of 7) sorted by relevance
374 if (trans_pcie->alloc_page) { in iwl_pcie_rx_alloc_page()377 if (trans_pcie->alloc_page) { in iwl_pcie_rx_alloc_page()379 page = trans_pcie->alloc_page; in iwl_pcie_rx_alloc_page()382 trans_pcie->alloc_page = NULL; in iwl_pcie_rx_alloc_page()409 if (!trans_pcie->alloc_page) { in iwl_pcie_rx_alloc_page()411 trans_pcie->alloc_page = page; in iwl_pcie_rx_alloc_page()1247 if (trans_pcie->alloc_page) in iwl_pcie_rx_free()1248 __free_pages(trans_pcie->alloc_page, trans_pcie->rx_page_order); in iwl_pcie_rx_free()
473 struct page *alloc_page; member
30 ret = alloc_page(GFP_ATOMIC); in get_workaround_page()
1793 p->page = alloc_page(GFP_ATOMIC); in iwl_pcie_get_page_hdr()
98 alloc_page(gfp_t flags) in alloc_page() function
739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()
617 struct page *new_page = alloc_page(GFP_KERNEL); in alloc_sgtable()