Searched refs:ccw_device_dma_free (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/s390/virtio/ |
| H A D | virtio_ccw.c | 525 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_del_vq() 545 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_del_vqs() 643 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_setup_vq() 770 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 772 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs() 776 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 778 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs() 801 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_reset() 849 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_get_features() 1107 ccw_device_dma_free(vcdev->cdev, vcdev->dma_area, in virtio_ccw_release_dev() [all …]
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | ccwdev.h | 222 extern void ccw_device_dma_free(struct ccw_device *cdev,
|
| /linux-6.15/drivers/s390/cio/ |
| H A D | device_ops.c | 848 void ccw_device_dma_free(struct ccw_device *cdev, void *cpu_addr, size_t size) in ccw_device_dma_free() function 855 EXPORT_SYMBOL(ccw_device_dma_free);
|