Searched refs:ccw_device_dma_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 387 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator() 388 ccw_device_dma_free(vcdev->cdev, thinint_area, sizeof(*thinint_area)); in virtio_ccw_drop_indicator() 488 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_del_vq() 508 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_del_vqs() 596 ccw_device_dma_free(vcdev->cdev, info->info_block, in virtio_ccw_setup_vq() 648 ccw_device_dma_free(vcdev->cdev, thinint_area, sizeof(*thinint_area)); in virtio_ccw_register_adapter_ind() 722 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 724 ccw_device_dma_free(vcdev->cdev, ccw, sizeof(*ccw)); in virtio_ccw_find_vqs() 728 ccw_device_dma_free(vcdev->cdev, indicatorp, in virtio_ccw_find_vqs() 730 ccw_device_dma_free(vcde in virtio_ccw_find_vqs() [all...] |
/kernel/linux/linux-6.6/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 389 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator() 390 ccw_device_dma_free(vcdev->cdev, thinint_area, sizeof(*thinint_area)); in virtio_ccw_drop_indicator() 478 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() 649 ccw_device_dma_free(vcdev->cdev, thinint_area, sizeof(*thinint_area)); in virtio_ccw_register_adapter_ind() 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(vcde in virtio_ccw_find_vqs() [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 231 extern void ccw_device_dma_free(struct ccw_device *cdev,
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 221 extern void ccw_device_dma_free(struct ccw_device *cdev,
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H 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); variable
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H 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); variable
|
Completed in 7 milliseconds