Home
last modified time | relevance | path

Searched refs:PP_FLAG_PAGE_FRAG (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/net/
Dpage_pool.h48 #define PP_FLAG_PAGE_FRAG BIT(2) /* for page frag feature */ macro
51 PP_FLAG_PAGE_FRAG)
310 return !(pool->p.flags & PP_FLAG_PAGE_FRAG) || in page_pool_is_last_frag()
/linux-6.1.9/net/core/
Dpage_pool.c180 pool->p.flags & PP_FLAG_PAGE_FRAG) in page_pool_init()
699 if (WARN_ON(!(pool->p.flags & PP_FLAG_PAGE_FRAG) || in page_pool_alloc_frag()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4928 .flags = PP_FLAG_DMA_MAP | PP_FLAG_PAGE_FRAG | in hns3_alloc_page_pool()