Lines Matching defs:vfio_ccw_private
89 struct vfio_ccw_private { struct
90 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;
99 struct ccw_cmd_region *cmd_region;
100 struct ccw_schib_region *schib_region;
101 struct ccw_crw_region *crw_region;
102 int num_regions;
104 struct channel_program cp;
105 struct irb irb;
106 union scsw scsw;
107 struct list_head crw;
109 struct eventfd_ctx *io_trigger;
110 struct eventfd_ctx *crw_trigger;
111 struct work_struct io_work;
112 struct work_struct crw_work;