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