Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/include/linux/
Dvdpa.h286 int (*dma_unmap)(struct vdpa_device *vdev, u64 iova, u64 size); member
/Linux-v5.15/net/smc/
Dsmc_wr.c733 goto dma_unmap; in smc_wr_create_link()
744 dma_unmap: in smc_wr_create_link()
/Linux-v5.15/drivers/mmc/host/
Djz4740_mmc.c321 goto dma_unmap; in jz4740_mmc_start_dma_transfer()
329 dma_unmap: in jz4740_mmc_start_dma_transfer()
/Linux-v5.15/drivers/vdpa/
Dvdpa.c91 if (!!config->dma_map != !!config->dma_unmap) in __vdpa_alloc_device()
/Linux-v5.15/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c628 .dma_unmap = vdpasim_dma_unmap,
/Linux-v5.15/drivers/vhost/
Dvdpa.c627 ops->dma_unmap(vdpa, iova, size); in vhost_vdpa_unmap()
/Linux-v5.15/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-v5.15/drivers/atm/
Dfore200e.c1740 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);