Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c377 if (trans_pcie->alloc_page) {
380 if (trans_pcie->alloc_page) {
382 page = trans_pcie->alloc_page;
385 trans_pcie->alloc_page = NULL;
412 if (!trans_pcie->alloc_page) {
414 trans_pcie->alloc_page = page;
1251 if (trans_pcie->alloc_page)
1252 __free_pages(trans_pcie->alloc_page, trans_pcie->rx_page_order);
H A Dinternal.h392 * @alloc_page: allocated page to still use parts of
486 struct page *alloc_page;
415 struct page *alloc_page; global() member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h98 alloc_page(gfp_t flags) in alloc_page() function
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/dev/mthca/
H A Dmthca_eq.c739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c582 new_page = alloc_page(GFP_KERNEL); in alloc_sgtable()