Searched defs:ehci_qh (Results 1 – 2 of 2) sorted by relevance
406 struct ehci_qh { struct409 dma_addr_t qh_dma; /* address of qh */413 struct ehci_qtd *dummy;414 struct list_head unlink_node;417 unsigned unlink_cycle;419 u8 qh_state;426 u8 xacterrs; /* XactErr retry counter */429 u8 unlink_reason;439 unsigned is_out:1; /* bulk or intr OUT */441 unsigned dequeue_during_giveback:1;[all …]
307 struct ehci_qh { struct332 struct ehci_qh *reclaim; /* next to reclaim */ argument334 struct oxu_hcd *oxu;335 struct kref kref;336 unsigned int stamp;338 u8 qh_state;346 u8 usecs; /* intr bandwidth */347 u8 gap_uf; /* uframes split/csplit gap */348 u8 c_usecs; /* ... split completion bw */349 u16 tt_usecs; /* tt downstream bandwidth */[all …]
Completed in 17 milliseconds