Home
last modified time | relevance | path

Searched defs:dma_unmap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dvfio.h121 void (*dma_unmap)(struct vfio_device *vdev, u64 iova, u64 length); member
H A Dvdpa.h395 int (*dma_unmap)(struct vdpa_device *vdev, unsigned int asid, member
/openbmc/linux/drivers/scsi/
H A DBusLogic.c309 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb()