Searched refs:dma_unmap (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
D | intel_iommu.h | 58 DECLARE_EVENT_CLASS(dma_unmap, 81 DEFINE_EVENT(dma_unmap, unmap_single, 86 DEFINE_EVENT(dma_unmap, unmap_sg, 91 DEFINE_EVENT(dma_unmap, bounce_unmap_single,
|
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
D | init.c | 862 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 …]
|
/kernel/linux/linux-5.10/drivers/vdpa/ |
D | vdpa.c | 84 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
|
/kernel/linux/linux-5.10/include/linux/ |
D | vdpa.h | 239 int (*dma_unmap)(struct vdpa_device *vdev, u64 iova, u64 size); member
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_wr.c | 702 goto dma_unmap; in smc_wr_create_link() 713 dma_unmap: in smc_wr_create_link()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | tango_nand.c | 269 goto dma_unmap; in do_dma() 290 dma_unmap: in do_dma()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | jz4740_mmc.c | 342 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 350 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 711 .dma_unmap = vdpasim_dma_unmap,
|
/kernel/linux/linux-5.10/drivers/vhost/ |
D | vdpa.c | 606 ops->dma_unmap(vdpa, iova, size); in vhost_vdpa_unmap()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
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()
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | fore200e.c | 1742 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
D | sunhme.c | 257 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir)))
|