Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/ioat/
Dinit.c851 goto dma_unmap; in ioat_xor_val_self_test()
861 goto dma_unmap; in ioat_xor_val_self_test()
872 goto dma_unmap; in ioat_xor_val_self_test()
882 goto dma_unmap; in ioat_xor_val_self_test()
920 goto dma_unmap; in ioat_xor_val_self_test()
929 goto dma_unmap; in ioat_xor_val_self_test()
940 goto dma_unmap; in ioat_xor_val_self_test()
950 goto dma_unmap; in ioat_xor_val_self_test()
973 goto dma_unmap; in ioat_xor_val_self_test()
982 goto dma_unmap; in ioat_xor_val_self_test()
[all …]
/linux-6.12.1/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.c1595 if (!device->ops->dma_unmap) in vfio_pin_pages()
1634 if (WARN_ON(!device->ops->dma_unmap)) in vfio_unpin_pages()
Dvfio_iommu_type1.c1257 device->ops->dma_unmap(device, dma->iova, dma->size); in vfio_notify_dma_unmap()
3010 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_register_device()
3031 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_unregister_device()
/linux-6.12.1/include/trace/events/
Ddma.h78 DECLARE_EVENT_CLASS(dma_unmap,
107 DEFINE_EVENT(dma_unmap, dma_unmap_page,
112 DEFINE_EVENT(dma_unmap, dma_unmap_resource,
/linux-6.12.1/net/smc/
Dsmc_wr.c889 goto dma_unmap; in smc_wr_create_link()
897 goto dma_unmap; in smc_wr_create_link()
905 goto dma_unmap; in smc_wr_create_link()
912 goto dma_unmap; in smc_wr_create_link()
924 dma_unmap: in smc_wr_create_link()
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c381 goto dma_unmap; in __ice_xmit_xdp_ring()
430 dma_unmap: in __ice_xmit_xdp_ring()
/linux-6.12.1/include/linux/
Dvfio.h129 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
Dvdpa.h434 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
/linux-6.12.1/drivers/net/wan/
Dfsl_qmc_hdlc.c318 goto dma_unmap; in qmc_hdlc_recv_queue()
322 dma_unmap: in qmc_hdlc_recv_queue()
/linux-6.12.1/drivers/mmc/host/
Djz4740_mmc.c360 goto dma_unmap; in jz4740_mmc_start_dma_transfer()
368 dma_unmap: in jz4740_mmc_start_dma_transfer()
/linux-6.12.1/drivers/s390/cio/
Dvfio_ccw_ops.c631 .dma_unmap = vfio_ccw_dma_unmap,
/linux-6.12.1/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-6.12.1/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c805 .dma_unmap = vdpasim_dma_unmap,
/linux-6.12.1/drivers/scsi/
DBusLogic.c310 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb() argument
316 if (dma_unmap) in blogic_dealloc_ccb()
/linux-6.12.1/drivers/vdpa/
Dvdpa.c169 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
/linux-6.12.1/drivers/vhost/
Dvdpa.c914 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
/linux-6.12.1/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c1010 goto dma_unmap; in am65_cpsw_xdp_tx_frame()
1015 dma_unmap: in am65_cpsw_xdp_tx_frame()
/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1478 .dma_unmap = intel_vgpu_dma_unmap,
/linux-6.12.1/drivers/s390/crypto/
Dvfio_ap_ops.c2297 .dma_unmap = vfio_ap_mdev_dma_unmap,
/linux-6.12.1/drivers/atm/
Dfore200e.c1737 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);