Home
last modified time | relevance | path

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

/linux/include/net/
A Dpage_pool.h40 #define PP_FLAG_DMA_SYNC_DEV BIT(1) /* If set all pages that the driver gets macro
50 PP_FLAG_DMA_SYNC_DEV |\
/linux/net/core/
A Dpage_pool.c57 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) { in page_pool_init()
209 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) in page_pool_dma_map()
445 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) in __page_pool_put_page()
536 if (pool->p.flags & PP_FLAG_DMA_SYNC_DEV) in page_pool_drain_frag()
/linux/Documentation/networking/
A Dpage_pool.rst68 * flags: PP_FLAG_DMA_MAP, PP_FLAG_DMA_SYNC_DEV
80 caches. If PP_FLAG_DMA_SYNC_DEV is set, the page will be synced for_device
/linux/drivers/net/ethernet/socionext/
A Dnetsec.c1298 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in netsec_setup_rx_dring()
/linux/drivers/net/ethernet/marvell/
A Dmvneta.c3218 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvneta_create_page_pool()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.c4740 PP_FLAG_DMA_SYNC_DEV, in hns3_alloc_page_pool()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c2014 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in __alloc_dma_rx_desc_resources()
/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_main.c110 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvpp2_create_page_pool()

Completed in 51 milliseconds