Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma/ioat/
A Dinit.c872 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 Dice_txrx_lib.c367 goto dma_unmap; in __ice_xmit_xdp_ring()
416 dma_unmap: in __ice_xmit_xdp_ring()
/linux-6.3-rc2/net/9p/
A Dtrans_rdma.c508 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 Diommufd.c130 vdev->ops->dma_unmap(vdev, iova, length); in vfio_emulated_unmap()
A Dvfio_iommu_type1.c1265 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 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-6.3-rc2/include/linux/
A Dvfio.h111 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
A Dvdpa.h349 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
/linux-6.3-rc2/drivers/mmc/host/
A Djz4740_mmc.c359 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 Dvfio.rst293 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 Dvfio_ccw_ops.c631 .dma_unmap = vfio_ccw_dma_unmap,
/linux-6.3-rc2/drivers/vdpa/vdpa_sim/
A Dvdpa_sim.c649 .dma_unmap = vdpasim_dma_unmap,
/linux-6.3-rc2/drivers/vdpa/
A Dvdpa.c169 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
/linux-6.3-rc2/drivers/scsi/
A 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-6.3-rc2/drivers/vhost/
A Dvdpa.c728 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
/linux-6.3-rc2/drivers/s390/crypto/
A Dvfio_ap_ops.c1843 .dma_unmap = vfio_ap_mdev_dma_unmap,
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dkvmgt.c1473 .dma_unmap = intel_vgpu_dma_unmap,
/linux-6.3-rc2/drivers/atm/
A Dfore200e.c1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);

Completed in 62 milliseconds