Searched refs:dma_unmap (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/dma/ioat/ |
| H A D | init.c | 851 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/drivers/vfio/ |
| H A D | iommufd.c | 239 if (vdev->ops->dma_unmap) in vfio_emulated_unmap() 240 vdev->ops->dma_unmap(vdev, iova, length); in vfio_emulated_unmap()
|
| H A D | vfio_main.c | 1666 if (!device->ops->dma_unmap) in vfio_pin_pages() 1705 if (WARN_ON(!device->ops->dma_unmap)) in vfio_unpin_pages()
|
| H A D | vfio_iommu_type1.c | 1386 device->ops->dma_unmap(device, dma->iova, dma->size); in vfio_notify_dma_unmap() 3108 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_register_device() 3129 if (!vdev->ops->dma_unmap) in vfio_iommu_type1_unregister_device()
|
| /linux/net/smc/ |
| H A D | smc_wr.c | 878 goto dma_unmap; in smc_wr_create_link() 887 goto dma_unmap; in smc_wr_create_link() 895 goto dma_unmap; in smc_wr_create_link() 902 goto dma_unmap; in smc_wr_create_link() 914 dma_unmap: in smc_wr_create_link()
|
| /linux/net/9p/ |
| H A D | trans_rdma.c | 396 goto dma_unmap; in rdma_request() 406 goto dma_unmap; in rdma_request() 411 dma_unmap: in rdma_request()
|
| /linux/include/trace/events/ |
| H A D | dma.h | 77 DECLARE_EVENT_CLASS(dma_unmap, 107 DEFINE_EVENT(dma_unmap, name, \
|
| /linux/drivers/net/wan/ |
| H A D | fsl_qmc_hdlc.c | 318 goto dma_unmap; in qmc_hdlc_recv_queue() 322 dma_unmap: in qmc_hdlc_recv_queue()
|
| /linux/include/linux/ |
| H A D | vfio.h | 143 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
|
| /linux/drivers/mmc/host/ |
| H A D | jz4740_mmc.c | 360 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 368 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_ops.c | 597 .dma_unmap = vfio_ccw_dma_unmap,
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 797 .dma_unmap = vdpasim_dma_unmap,
|
| /linux/drivers/scsi/ |
| H A D | BusLogic.c | 310 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/drivers/vhost/ |
| H A D | vdpa.c | 914 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-nuss.c | 1155 goto dma_unmap; in am65_cpsw_xdp_tx_frame() 1160 dma_unmap: in am65_cpsw_xdp_tx_frame()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | kvmgt.c | 1450 .dma_unmap = intel_vgpu_dma_unmap,
|
| /linux/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 2366 .dma_unmap = vfio_ap_mdev_dma_unmap,
|
| /linux/drivers/atm/ |
| H A D | fore200e.c | 1743 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|