Searched refs:ccw_device_dma_free (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/s390/virtio/ |
D | virtio_ccw.c | 390 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator() 391 ccw_device_dma_free(vcdev->cdev, thinint_area, sizeof(*thinint_area)); in virtio_ccw_drop_indicator() 469 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_del_vq() 489 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_del_vqs() 580 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_setup_vq() 632 ccw_device_dma_free(vcdev->cdev, thinint_area, sizeof(*thinint_area)); in virtio_ccw_register_adapter_ind() 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() 712 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 714 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs() [all …]
|
/linux-6.1.9/arch/s390/include/asm/ |
D | ccwdev.h | 219 extern void ccw_device_dma_free(struct ccw_device *cdev,
|
/linux-6.1.9/drivers/s390/cio/ |
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);
|