Searched refs:PP_FLAG_ALL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/net/ | ||
D | page_pool.h | 48 #define PP_FLAG_ALL (PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV) macro |
/Linux-v5.10/net/core/ | ||
D | page_pool.c | 32 if (pool->p.flags & ~(PP_FLAG_ALL)) in page_pool_init() |