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