Searched refs:dma_unmap (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/drivers/dma/ioat/ |
D | init.c | 862 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/ |
D | smc_wr.c | 872 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/ |
D | vfio.h | 94 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
|
D | vdpa.h | 340 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
|
/Linux-v6.1/drivers/mmc/host/ |
D | jz4740_mmc.c | 356 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 364 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
/Linux-v6.1/drivers/s390/cio/ |
D | vfio_ccw_ops.c | 590 .dma_unmap = vfio_ccw_dma_unmap,
|
/Linux-v6.1/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 727 .dma_unmap = vdpasim_dma_unmap,
|
/Linux-v6.1/drivers/vfio/ |
D | vfio_iommu_type1.c | 1324 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/ |
D | vdpa.c | 164 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
|
/Linux-v6.1/drivers/scsi/ |
D | BusLogic.c | 309 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/ |
D | vdpa.c | 804 ops->dma_unmap(vdpa, asid, iova, size); in vhost_vdpa_unmap()
|
/Linux-v6.1/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 1791 .dma_unmap = vfio_ap_mdev_dma_unmap,
|
/Linux-v6.1/drivers/gpu/drm/i915/gvt/ |
D | kvmgt.c | 1474 .dma_unmap = intel_vgpu_dma_unmap,
|
/Linux-v6.1/drivers/atm/ |
D | fore200e.c | 1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|