Searched refs:PP_FLAG_PAGE_FRAG (Results 1 – 3 of 3) sorted by relevance
48 #define PP_FLAG_PAGE_FRAG BIT(2) /* for page frag feature */ macro51 PP_FLAG_PAGE_FRAG)
73 pool->p.flags & PP_FLAG_PAGE_FRAG) in page_pool_init()429 if (pool->p.flags & PP_FLAG_PAGE_FRAG && in __page_pool_put_page()567 if (WARN_ON(!(pool->p.flags & PP_FLAG_PAGE_FRAG) || in page_pool_alloc_frag()
4739 .flags = PP_FLAG_DMA_MAP | PP_FLAG_PAGE_FRAG | in hns3_alloc_page_pool()
Completed in 15 milliseconds