Searched defs:xenhcd_info (Results 1 – 1 of 1) sorted by relevance
57 struct xenhcd_info { struct59 struct list_head pending_submit_list;60 struct list_head pending_unlink_list;61 struct list_head in_progress_list;62 struct list_head giveback_waiting_list;64 spinlock_t lock;67 struct timer_list watchdog;68 unsigned long actions;71 int rh_numports;72 struct rhport_status ports[XENUSB_MAX_PORTNR];[all …]