Searched defs:vfio_ccw_private (Results 1 – 1 of 1) sorted by relevance
37 struct vfio_ccw_private { struct38 struct subchannel *sch;39 int state;40 struct completion *completion;41 atomic_t avail;42 struct mdev_device *mdev;43 struct notifier_block nb;44 struct ccw_io_region *io_region;46 struct channel_program cp;47 struct irb irb;[all …]