Lines Matching defs:ports_device
122 struct ports_device { struct
124 struct list_head list;
130 struct work_struct control_work;
131 struct work_struct config_work;
133 struct list_head ports;
136 spinlock_t ports_lock;
139 spinlock_t c_ivq_lock;
140 spinlock_t c_ovq_lock;
143 u32 max_nr_ports;
146 struct virtio_device *vdev;
173 /* Next port in the list, head is in the ports_device */ argument