Searched defs:vfio_ccw_private (Results 1 – 1 of 1) sorted by relevance
89 struct vfio_ccw_private { struct90 struct subchannel *sch;91 int state;92 struct completion *completion;93 atomic_t avail;94 struct mdev_device *mdev;95 struct notifier_block nb;96 struct ccw_io_region *io_region;97 struct mutex io_mutex;98 struct vfio_ccw_region *region;[all …]