Lines Matching defs:ports_device
135 struct ports_device { struct
137 struct list_head list;
143 struct work_struct control_work;
144 struct work_struct config_work;
146 struct list_head ports;
149 spinlock_t ports_lock;
152 spinlock_t c_ivq_lock;
153 spinlock_t c_ovq_lock;
156 u32 max_nr_ports;
159 struct virtio_device *vdev;
186 /* Next port in the list, head is in the ports_device */ argument