Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/drivers/vfio/
Diommufd.c183 if (vdev->ops->dma_unmap) in vfio_emulated_unmap()
184 vdev->ops->dma_unmap(vdev, iova, length); in vfio_emulated_unmap()
Dvfio_main.c1539 if (!device->ops->dma_unmap) in vfio_pin_pages()
1578 if (WARN_ON(!device->ops->dma_unmap)) in vfio_unpin_pages()
Dvfio_iommu_type1.c1273 device->ops->dma_unmap(device, dma->iova, dma->size); in vfio_notify_dma_unmap()
3023 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_register_device()
3044 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_unregister_device()
/Linux-v6.6/net/smc/
Dsmc_wr.c887 goto dma_unmap; in smc_wr_create_link()
895 goto dma_unmap; in smc_wr_create_link()
903 goto dma_unmap; in smc_wr_create_link()
910 goto dma_unmap; in smc_wr_create_link()
915 goto dma_unmap; in smc_wr_create_link()
920 dma_unmap: in smc_wr_create_link()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c367 goto dma_unmap; in __ice_xmit_xdp_ring()
416 dma_unmap: in __ice_xmit_xdp_ring()
/Linux-v6.6/net/9p/
Dtrans_rdma.c508 goto dma_unmap; in rdma_request()
518 goto dma_unmap; in rdma_request()
523 dma_unmap: in rdma_request()
/Linux-v6.6/include/linux/
Dvdpa.h395 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
Dvfio.h121 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
/Linux-v6.6/drivers/mmc/host/
Djz4740_mmc.c359 goto dma_unmap; in jz4740_mmc_start_dma_transfer()
367 dma_unmap: in jz4740_mmc_start_dma_transfer()
/Linux-v6.6/drivers/s390/cio/
Dvfio_ccw_ops.c631 .dma_unmap = vfio_ccw_dma_unmap,
/Linux-v6.6/Documentation/driver-api/
Dvfio.rst425 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length);
461 - The dma_unmap callback is issued when a range of iovas are unmapped
464 order to unpin pages within the dma_unmap range. Drivers must tolerate
/Linux-v6.6/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c761 .dma_unmap = vdpasim_dma_unmap,
/Linux-v6.6/drivers/vdpa/
Dvdpa.c169 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
/Linux-v6.6/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.6/drivers/vhost/
Dvdpa.c802 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
/Linux-v6.6/drivers/s390/crypto/
Dvfio_ap_ops.c2019 .dma_unmap = vfio_ap_mdev_dma_unmap,
/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1470 .dma_unmap = intel_vgpu_dma_unmap,
/Linux-v6.6/drivers/atm/
Dfore200e.c1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);