Searched refs:PP_FLAG_PAGE_FRAG (Results 1 – 9 of 9) sorted by relevance
20 #define PP_FLAG_PAGE_FRAG BIT(2) /* for page frag feature */ macro23 PP_FLAG_PAGE_FRAG)
138 return !(pool->p.flags & PP_FLAG_PAGE_FRAG) || in page_pool_is_last_frag()
215 pool->p.flags & PP_FLAG_PAGE_FRAG) in page_pool_init()751 if (WARN_ON(!(pool->p.flags & PP_FLAG_PAGE_FRAG) || in page_pool_alloc_frag()
95 This is important to remember when using fragments (``PP_FLAG_PAGE_FRAG``),
572 .flags = PP_FLAG_PAGE_FRAG, in mt76_create_page_pool()
1412 pp_params.flags = PP_FLAG_PAGE_FRAG | PP_FLAG_DMA_MAP; in otx2_pool_init()
4946 .flags = PP_FLAG_DMA_MAP | PP_FLAG_PAGE_FRAG | in hns3_alloc_page_pool()
837 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV | PP_FLAG_PAGE_FRAG; in mlx5e_alloc_rq()
3210 pp.flags |= PP_FLAG_PAGE_FRAG; in bnxt_alloc_rx_page_pool()