Searched refs:PP_FLAG_DMA_SYNC_DEV (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/include/net/page_pool/ |
H A D | types.h | 12 #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 D | page_pool.c | 199 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 D | page_pool.rst | 71 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 D | lan966x_fdma.c | 74 .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 D | mac80211.c | 591 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 D | netsec.c | 1298 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in netsec_setup_rx_dring()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 2368 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in wx_alloc_page_pool()
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 950 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in tsnep_rx_ring_create()
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 1310 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in vmxnet3_create_pp()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 453 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in fec_enet_create_page_pool()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3352 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvneta_create_page_pool()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 1693 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mtk_create_page_pool()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 4947 PP_FLAG_DMA_SYNC_DEV, in hns3_alloc_page_pool()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 837 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 D | mvpp2_main.c | 110 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvpp2_create_page_pool()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 2021 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 D | bnxt.c | 3208 pp.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in bnxt_alloc_rx_page_pool()
|