Home
last modified time | relevance | path

Searched refs:alloc_page (Results 1 – 7 of 7) sorted by relevance

/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c374 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()
H A Dinternal.h473 struct page *alloc_page; member
H A Dtx-gen2.c30 ret = alloc_page(GFP_ATOMIC); in get_workaround_page()
H A Dtx.c1793 p->page = alloc_page(GFP_ATOMIC); in iwl_pcie_get_page_hdr()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h98 alloc_page(gfp_t flags) in alloc_page() function
/src/sys/dev/mthca/
H A Dmthca_eq.c739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()
/src/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c617 struct page *new_page = alloc_page(GFP_KERNEL); in alloc_sgtable()