Searched refs:PP_FLAG_DMA_SYNC_DEV (Results 1 – 8 of 8) sorted by relevance
40 #define PP_FLAG_DMA_SYNC_DEV BIT(1) /* If set all pages that the driver gets macro50 PP_FLAG_DMA_SYNC_DEV |\
57 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()
68 * flags: PP_FLAG_DMA_MAP, PP_FLAG_DMA_SYNC_DEV80 caches. If PP_FLAG_DMA_SYNC_DEV is set, the page will be synced for_device
1298 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in netsec_setup_rx_dring()
3218 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvneta_create_page_pool()
4740 PP_FLAG_DMA_SYNC_DEV, in hns3_alloc_page_pool()
2014 pp_params.flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV; in __alloc_dma_rx_desc_resources()
110 .flags = PP_FLAG_DMA_MAP | PP_FLAG_DMA_SYNC_DEV, in mvpp2_create_page_pool()
Completed in 51 milliseconds