Searched defs:ehci_qh (Results 1 – 2 of 2) sorted by relevance
276 struct ehci_qh { struct301 struct ehci_qh *reclaim; /* next to reclaim */ argument303 struct oxu_hcd *oxu;304 struct kref kref;305 unsigned stamp;307 u8 qh_state;315 u8 usecs; /* intr bandwidth */316 u8 gap_uf; /* uframes split/csplit gap */317 u8 c_usecs; /* ... split completion bw */318 u16 tt_usecs; /* tt downstream bandwidth */[all …]
346 struct ehci_qh { struct347 struct ehci_qh_hw *hw; argument353 struct ehci_qh *reclaim; /* next to reclaim */ argument355 struct ehci_hcd *ehci;356 unsigned long unlink_time;364 u32 refcount;365 unsigned stamp;367 u8 needs_rescan; /* Dequeue during giveback */368 u8 qh_state;375 u8 xacterrs; /* XactErr retry counter */[all …]