Home
last modified time | relevance | path

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

/openbmc/linux/include/net/page_pool/
H A Dtypes.h20 #define PP_FLAG_PAGE_FRAG BIT(2) /* for page frag feature */ macro
23 PP_FLAG_PAGE_FRAG)
H A Dhelpers.h138 return !(pool->p.flags & PP_FLAG_PAGE_FRAG) || in page_pool_is_last_frag()
/openbmc/linux/net/core/
H A Dpage_pool.c215 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()
/openbmc/linux/Documentation/networking/
H A Dpage_pool.rst95 This is important to remember when using fragments (``PP_FLAG_PAGE_FRAG``),
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c569 .flags = PP_FLAG_PAGE_FRAG, in mt76_create_page_pool()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1412 pp_params.flags = PP_FLAG_PAGE_FRAG | PP_FLAG_DMA_MAP; in otx2_pool_init()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4946 .flags = PP_FLAG_DMA_MAP | PP_FLAG_PAGE_FRAG | in hns3_alloc_page_pool()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c837 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV | PP_FLAG_PAGE_FRAG; in mlx5e_alloc_rq()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3209 pp.flags |= PP_FLAG_PAGE_FRAG; in bnxt_alloc_rx_page_pool()