Home
last modified time | relevance | path

Searched refs:PP_FLAG_DMA_SYNC_DEV (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/net/page_pool/
H A Dtypes.h12 #define PP_FLAG_DMA_SYNC_DEV BIT(1) /* If set all pages that the driver gets macro
22 PP_FLAG_DMA_SYNC_DEV |\
/openbmc/linux/net/core/
H A Dpage_pool.c199 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) { in page_pool_init()
368 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) in page_pool_dma_map()
608 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) in __page_pool_put_page()
721 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) in page_pool_drain_frag()
/openbmc/linux/Documentation/networking/
H A Dpage_pool.rst71 or set the ``PP_FLAG_DMA_SYNC_DEV`` flag to request that pages
74 If ``PP_FLAG_DMA_SYNC_DEV`` is set, the driver must inform the core what portion
/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/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/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.c4947 PP_FLAG_DMA_SYNC_DEV, 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()