Searched defs:ehci_qh (Results 1 – 2 of 2) sorted by relevance
282 struct ehci_qh { struct307 struct ehci_qh *reclaim; /* next to reclaim */ argument309 struct oxu_hcd *oxu;310 struct kref kref;311 unsigned int stamp;313 u8 qh_state;321 u8 usecs; /* intr bandwidth */322 u8 gap_uf; /* uframes split/csplit gap */323 u8 c_usecs; /* ... split completion bw */324 u16 tt_usecs; /* tt downstream bandwidth */[all …]
414 struct ehci_qh { struct417 dma_addr_t qh_dma; /* address of qh */421 struct ehci_qtd *dummy;422 struct list_head unlink_node;425 unsigned unlink_cycle;427 u8 qh_state;434 u8 xacterrs; /* XactErr retry counter */437 u8 unlink_reason;447 unsigned is_out:1; /* bulk or intr OUT */449 unsigned dequeue_during_giveback:1;[all …]
Completed in 27 milliseconds