Lines Matching defs:ports_device
117 struct ports_device { struct
119 struct list_head list;
125 struct work_struct control_work;
126 struct work_struct config_work;
128 struct list_head ports;
131 spinlock_t ports_lock;
134 spinlock_t c_ivq_lock;
135 spinlock_t c_ovq_lock;
138 u32 max_nr_ports;
141 struct virtio_device *vdev;
168 /* Next port in the list, head is in the ports_device */ argument