Searched refs:vcdev (Results 1 – 1 of 1) sorted by relevance
388 wait_event(vcdev->wait_q, doing_io(vcdev, flag) == 0); in ccw_io_helper()1107 ccw_device_dma_free(vcdev->cdev, vcdev->dma_area, in virtio_ccw_release_dev()1109 kfree(vcdev); in virtio_ccw_release_dev()1182 if (!vcdev) in virtio_ccw_int_handler()1279 if (!vcdev || vcdev->going_away) { in virtio_grab_drvdata()1309 if (!vcdev) in virtio_ccw_offline()1372 vcdev = kzalloc(sizeof(*vcdev), GFP_KERNEL); in virtio_ccw_online()1381 vcdev->dma_area = ccw_device_dma_zalloc(vcdev->cdev, in virtio_ccw_online()1423 if (vcdev) { in virtio_ccw_online()1424 ccw_device_dma_free(vcdev->cdev, vcdev->dma_area, in virtio_ccw_online()[all …]