Searched refs:ccw_device_dma_free (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/virtio/ |
A D | virtio_ccw.c | 466 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_del_vq() 486 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_del_vqs() 574 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_setup_vq() 700 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 702 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs() 706 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 708 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs() 731 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_reset() 780 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_get_features() 1010 ccw_device_dma_free(vcdev->cdev, vcdev->dma_area, in virtio_ccw_release_dev() [all …]
|
/linux/arch/s390/include/asm/ |
A D | ccwdev.h | 220 extern void ccw_device_dma_free(struct ccw_device *cdev,
|
/linux/drivers/s390/cio/ |
A D | device_ops.c | 839 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);
|
Completed in 9 milliseconds