Searched defs:vfio_ccw_private (Results 1 – 1 of 1) sorted by relevance
78 struct vfio_ccw_private { struct79 struct subchannel *sch;80 int state;81 struct completion *completion;82 atomic_t avail;83 struct mdev_device *mdev;84 struct notifier_block nb;85 struct ccw_io_region *io_region;86 struct mutex io_mutex;87 struct vfio_ccw_region *region;[all …]