Searched defs:ports_device (Results 1 – 1 of 1) sorted by relevance
123 struct ports_device { struct125 struct list_head list;131 struct work_struct control_work;132 struct work_struct config_work;134 struct list_head ports;137 spinlock_t ports_lock;140 spinlock_t c_ivq_lock;141 spinlock_t c_ovq_lock;144 u32 max_nr_ports;147 struct virtio_device *vdev;[all …]