Home
last modified time | relevance | path

Searched refs:dma_unmap (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/dma/ioat/
Dinit.c862 goto dma_unmap; in ioat_xor_val_self_test()
872 goto dma_unmap; in ioat_xor_val_self_test()
883 goto dma_unmap; in ioat_xor_val_self_test()
893 goto dma_unmap; in ioat_xor_val_self_test()
931 goto dma_unmap; in ioat_xor_val_self_test()
940 goto dma_unmap; in ioat_xor_val_self_test()
951 goto dma_unmap; in ioat_xor_val_self_test()
961 goto dma_unmap; in ioat_xor_val_self_test()
984 goto dma_unmap; in ioat_xor_val_self_test()
993 goto dma_unmap; in ioat_xor_val_self_test()
[all …]
/Linux-v6.1/net/smc/
Dsmc_wr.c872 goto dma_unmap; in smc_wr_create_link()
880 goto dma_unmap; in smc_wr_create_link()
888 goto dma_unmap; in smc_wr_create_link()
899 dma_unmap: in smc_wr_create_link()
/Linux-v6.1/include/linux/
Dvfio.h94 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
Dvdpa.h340 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
/Linux-v6.1/drivers/mmc/host/
Djz4740_mmc.c356 goto dma_unmap; in jz4740_mmc_start_dma_transfer()
364 dma_unmap: in jz4740_mmc_start_dma_transfer()
/Linux-v6.1/drivers/s390/cio/
Dvfio_ccw_ops.c590 .dma_unmap = vfio_ccw_dma_unmap,
/Linux-v6.1/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c727 .dma_unmap = vdpasim_dma_unmap,
/Linux-v6.1/drivers/vfio/
Dvfio_iommu_type1.c1324 device->ops->dma_unmap(device, dma->iova, dma->size); in vfio_notify_dma_unmap()
3040 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_register_device()
3061 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_unregister_device()
/Linux-v6.1/drivers/vdpa/
Dvdpa.c164 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
/Linux-v6.1/drivers/scsi/
DBusLogic.c309 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb() argument
315 if (dma_unmap) in blogic_dealloc_ccb()
/Linux-v6.1/drivers/vhost/
Dvdpa.c804 ops->dma_unmap(vdpa, asid, iova, size); in vhost_vdpa_unmap()
/Linux-v6.1/drivers/s390/crypto/
Dvfio_ap_ops.c1791 .dma_unmap = vfio_ap_mdev_dma_unmap,
/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1474 .dma_unmap = intel_vgpu_dma_unmap,
/Linux-v6.1/drivers/atm/
Dfore200e.c1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);