Searched refs:PP_FLAG_ALL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/page_pool/ | ||
H A D | types.h | 21 #define PP_FLAG_ALL (PP_FLAG_DMA_MAP |\ macro |
/openbmc/linux/net/core/ | ||
H A D | page_pool.c | 179 if (pool->p.flags & ~(PP_FLAG_ALL)) in page_pool_init() |