Home
last modified time | relevance | path

Searched refs:PP_FLAG_DMA_MAP (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/net/page_pool/
H A Dtypes.h9 #define PP_FLAG_DMA_MAP BIT(0) /* Should page_pool do the DMA macro
21 #define PP_FLAG_ALL (PP_FLAG_DMA_MAP |\
/openbmc/linux/net/core/
H A Dpage_pool.c193 if (pool->p.flags & PP_FLAG_DMA_MAP) { in page_pool_init()
203 if (!(pool->p.flags & PP_FLAG_DMA_MAP)) in page_pool_init()
236 if (pool->p.flags & PP_FLAG_DMA_MAP) in page_pool_init()
399 if ((pool->p.flags & PP_FLAG_DMA_MAP) && in __page_pool_alloc_page_order()
446 if ((pp_flags & PP_FLAG_DMA_MAP) && in __page_pool_alloc_pages_slow()
519 if (!(pool->p.flags & PP_FLAG_DMA_MAP)) in page_pool_return_page()
812 if (pool->p.flags & PP_FLAG_DMA_MAP) in page_pool_free()
/openbmc/linux/Documentation/networking/
H A Dpage_pool.rst131 pp_params.flags = PP_FLAG_DMA_MAP;
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c74 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in lan966x_fdma_rx_alloc_page_pool()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1154 pp_params.flags = PP_FLAG_DMA_MAP; in cpsw_create_page_pool()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c591 pp_params.flags |= PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in mt76_create_page_pool()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c1298 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in netsec_setup_rx_dring()
/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/wangxun/libwx/
H A Dwx_lib.c2368 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in wx_alloc_page_pool()
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c950 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in tsnep_rx_ring_create()
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1310 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in vmxnet3_create_pp()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c453 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in fec_enet_create_page_pool()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c3352 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvneta_create_page_pool()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1693 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mtk_create_page_pool()
/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/marvell/mvpp2/
H A Dmvpp2_main.c110 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvpp2_create_page_pool()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2021 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in __alloc_dma_rx_desc_resources()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3208 pp.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in bnxt_alloc_rx_page_pool()