Lines Matching defs:virtio_ccw_device
52 struct virtio_ccw_device { struct
53 struct virtio_device vdev;
54 __u8 *status;
55 __u8 config[VIRTIO_CCW_CONFIG_SIZE];
56 struct ccw_device *cdev;
57 __u32 curr_io;
58 int err;
59 unsigned int revision; /* Transport revision */
60 wait_queue_head_t wait_q;
61 spinlock_t lock;
62 struct list_head virtqueues;
63 unsigned long indicators;
64 unsigned long indicators2;
65 struct vq_config_block *config_block;
66 bool is_thinint;
67 bool going_away;
68 bool device_lost;
69 unsigned int config_ready;
70 void *airq_info;