Searched defs:ports_device (Results 1 – 1 of 1) sorted by relevance
117 struct ports_device { struct119 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;[all …]