Home
last modified time | relevance | path

Searched refs:DMA_ATTR_SKIP_CPU_SYNC (Results 1 – 25 of 56) sorted by relevance

123

/linux-6.6.21/drivers/net/ethernet/engleder/
Dtsnep_xdp.c41 DMA_ATTR_SKIP_CPU_SYNC); in tsnep_xdp_enable_pool()
50 xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC); in tsnep_xdp_enable_pool()
75 xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC); in tsnep_xdp_disable_pool()
/linux-6.6.21/kernel/dma/
Ddirect.h110 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_map_page()
120 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_unmap_page()
125 attrs | DMA_ATTR_SKIP_CPU_SYNC); in dma_direct_unmap_page()
Dops_helpers.c74 DMA_ATTR_SKIP_CPU_SYNC); in dma_common_alloc_pages()
91 DMA_ATTR_SKIP_CPU_SYNC); in dma_common_free_pages()
/linux-6.6.21/drivers/xen/
Dswiotlb-xen.c231 attrs | DMA_ATTR_SKIP_CPU_SYNC); in xen_swiotlb_map_page()
236 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_map_page()
260 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_unmap_page()
344 xen_swiotlb_unmap_sg(dev, sgl, i, dir, attrs | DMA_ATTR_SKIP_CPU_SYNC); in xen_swiotlb_map_sg()
Dgntdev-dmabuf.c247 DMA_ATTR_SKIP_CPU_SYNC); in dmabuf_exp_ops_detach()
286 DMA_ATTR_SKIP_CPU_SYNC)) { in dmabuf_exp_ops_map_dma_buf()
/linux-6.6.21/drivers/media/common/videobuf2/
Dvideobuf2-dma-contig.c375 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_dmabuf_ops_detach()
395 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_dmabuf_ops_map()
404 DMA_ATTR_SKIP_CPU_SYNC)) { in vb2_dc_dmabuf_ops_map()
544 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_put_userptr()
644 DMA_ATTR_SKIP_CPU_SYNC)) { in vb2_dc_get_userptr()
668 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in vb2_dc_get_userptr()
Dvideobuf2-dma-sg.c151 DMA_ATTR_SKIP_CPU_SYNC)) in vb2_dma_sg_alloc()
189 DMA_ATTR_SKIP_CPU_SYNC); in vb2_dma_sg_put()
266 DMA_ATTR_SKIP_CPU_SYNC)) in vb2_dma_sg_get_userptr()
292 dma_unmap_sgtable(buf->dev, sgt, buf->dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in vb2_dma_sg_put_userptr()
/linux-6.6.21/arch/mips/jazz/
Djazzdma.c530 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_map_page()
538 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_unmap_page()
550 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_map_sg()
569 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in jazz_dma_unmap_sg()
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_xdp.h8 #define STMMAC_RX_DMA_ATTR (DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING)
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.h13 dp->rx_dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in nfp_net_dma_map_rx()
29 dp->rx_dma_dir, DMA_ATTR_SKIP_CPU_SYNC); in nfp_net_dma_unmap_rx()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dpool.c14 return xsk_pool_dma_map(pool, dev, DMA_ATTR_SKIP_CPU_SYNC); in mlx5e_xsk_map_pool()
20 return xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC); in mlx5e_xsk_unmap_pool()
/linux-6.6.21/drivers/gpu/drm/virtio/
Dvirtgpu_vram.c99 DMA_ATTR_SKIP_CPU_SYNC); in virtio_gpu_vram_map_dma_buf()
122 DMA_ATTR_SKIP_CPU_SYNC); in virtio_gpu_vram_unmap_dma_buf()
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos_sq.c102 DMA_ATTR_SKIP_CPU_SYNC); in otx2_qos_sq_aura_pool_init()
134 DMA_ATTR_SKIP_CPU_SYNC); in otx2_qos_sq_free_sqbs()
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c217 DMA_ATTR_SKIP_CPU_SYNC); in nicvf_alloc_rcv_buffer()
342 DMA_FROM_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_free_rbdr()
353 DMA_FROM_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_free_rbdr()
568 DMA_ATTR_SKIP_CPU_SYNC); in nicvf_unmap_sndq_buffers()
1579 DMA_TO_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_sq_append_skb()
1600 DMA_ATTR_SKIP_CPU_SYNC); in nicvf_sq_append_skb()
1659 DMA_FROM_DEVICE, DMA_ATTR_SKIP_CPU_SYNC); in nicvf_unmap_rcv_buffer()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vram_mgr.c697 DMA_ATTR_SKIP_CPU_SYNC); in amdgpu_vram_mgr_alloc_sgt()
718 DMA_ATTR_SKIP_CPU_SYNC); in amdgpu_vram_mgr_alloc_sgt()
746 DMA_ATTR_SKIP_CPU_SYNC); in amdgpu_vram_mgr_free_sgt()
/linux-6.6.21/drivers/iommu/
Ddma-iommu.c1069 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && in iommu_dma_map_page()
1078 if (!coherent && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in iommu_dma_map_page()
1097 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev)) in iommu_dma_unmap_page()
1230 iommu_dma_unmap_sg_swiotlb(dev, sg, i, dir, attrs | DMA_ATTR_SKIP_CPU_SYNC); in iommu_dma_map_sg_swiotlb()
1266 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in iommu_dma_map_sg()
1373 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in iommu_dma_unmap_sg()
/linux-6.6.21/Documentation/core-api/
Ddma-attributes.rst46 DMA_ATTR_SKIP_CPU_SYNC chapter
63 DMA_ATTR_SKIP_CPU_SYNC allows platform code to skip synchronization of
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_gem_gtt.c35 DMA_ATTR_SKIP_CPU_SYNC | in i915_gem_gtt_prepare_pages()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_prime.c640 DMA_ATTR_SKIP_CPU_SYNC); in drm_gem_map_dma_buf()
666 dma_unmap_sgtable(attach->dev, sgt, dir, DMA_ATTR_SKIP_CPU_SYNC); in drm_gem_unmap_dma_buf()
/linux-6.6.21/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h102 (DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING)
/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_dmabuf.c56 ret = dma_map_sgtable(attach->dev, sgt, dir, DMA_ATTR_SKIP_CPU_SYNC); in i915_gem_map_dma_buf()
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h116 (DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING)
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_txrx.h139 (DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING)
/linux-6.6.21/net/core/
Dpage_pool.c361 pool->p.dma_dir, DMA_ATTR_SKIP_CPU_SYNC | in page_pool_dma_map()
530 DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING); in page_pool_return_page()
/linux-6.6.21/arch/sparc/kernel/
Diommu.c418 if (strbuf->strbuf_enabled && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_4u_unmap_page()
640 if (strbuf->strbuf_enabled && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_4u_unmap_sg()

123