Lines Matching defs:vfio_ccw_private
106 struct vfio_ccw_private { struct
107 struct vfio_device vdev;
108 int state;
109 struct completion *completion;
110 struct ccw_io_region *io_region;
111 struct mutex io_mutex;
112 struct vfio_ccw_region *region;
113 struct ccw_cmd_region *cmd_region;
114 struct ccw_schib_region *schib_region;
115 struct ccw_crw_region *crw_region;
116 int num_regions;
118 struct channel_program cp;
119 struct irb irb;
120 union scsw scsw;
121 struct list_head crw;
123 struct eventfd_ctx *io_trigger;
124 struct eventfd_ctx *crw_trigger;
125 struct eventfd_ctx *req_trigger;
126 struct work_struct io_work;
127 struct work_struct crw_work;