Searched refs:dma_unmap (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/dma/ioat/ |
A D | init.c | 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() 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() 993 goto dma_unmap; in ioat_xor_val_self_test() 1004 goto dma_unmap; in ioat_xor_val_self_test() 1014 goto dma_unmap; in ioat_xor_val_self_test() 1020 goto dma_unmap; in ioat_xor_val_self_test() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_txrx_lib.c | 367 goto dma_unmap; in __ice_xmit_xdp_ring() 416 dma_unmap: in __ice_xmit_xdp_ring()
|
/linux-6.3-rc2/net/9p/ |
A D | trans_rdma.c | 508 goto dma_unmap; in rdma_request() 518 goto dma_unmap; in rdma_request() 523 dma_unmap: in rdma_request()
|
/linux-6.3-rc2/drivers/vfio/ |
A D | iommufd.c | 130 vdev->ops->dma_unmap(vdev, iova, length); in vfio_emulated_unmap()
|
A D | vfio_iommu_type1.c | 1265 device->ops->dma_unmap(device, dma->iova, dma->size); in vfio_notify_dma_unmap() 3022 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_register_device() 3043 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_unregister_device()
|
/linux-6.3-rc2/net/smc/ |
A 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-6.3-rc2/include/linux/ |
A D | vfio.h | 111 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
|
A D | vdpa.h | 349 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | jz4740_mmc.c | 359 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 367 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | vfio.rst | 293 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); 328 - The dma_unmap callback is issued when a range of iovas are unmapped 331 order to unpin pages within the dma_unmap range. Drivers must tolerate
|
/linux-6.3-rc2/drivers/s390/cio/ |
A D | vfio_ccw_ops.c | 631 .dma_unmap = vfio_ccw_dma_unmap,
|
/linux-6.3-rc2/drivers/vdpa/vdpa_sim/ |
A D | vdpa_sim.c | 649 .dma_unmap = vdpasim_dma_unmap,
|
/linux-6.3-rc2/drivers/vdpa/ |
A D | vdpa.c | 169 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
|
/linux-6.3-rc2/drivers/scsi/ |
A 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-6.3-rc2/drivers/vhost/ |
A D | vdpa.c | 728 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | vfio_ap_ops.c | 1843 .dma_unmap = vfio_ap_mdev_dma_unmap,
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | kvmgt.c | 1473 .dma_unmap = intel_vgpu_dma_unmap,
|
/linux-6.3-rc2/drivers/atm/ |
A D | fore200e.c | 1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|
Completed in 62 milliseconds