Home
last modified time | relevance | path

Searched refs:ccw_device_dma_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c478 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_del_vq()
498 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_del_vqs()
595 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_setup_vq()
723 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs()
725 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs()
729 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs()
731 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs()
754 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_reset()
803 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_get_features()
1062 ccw_device_dma_free(vcdev->cdev, vcdev->dma_area, in virtio_ccw_release_dev()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h221 extern void ccw_device_dma_free(struct ccw_device *cdev,
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c839 void ccw_device_dma_free(struct ccw_device *cdev, void *cpu_addr, size_t size) in ccw_device_dma_free() function
846 EXPORT_SYMBOL(ccw_device_dma_free);