Lines Matching defs:ehci_qh
405 struct ehci_qh { struct
406 struct ehci_qh_hw *hw; /* Must come first */ argument
408 dma_addr_t qh_dma; /* address of qh */
409 union ehci_shadow qh_next; /* ptr to qh; or periodic */
410 struct list_head qtd_list; /* sw qtd list */
411 struct list_head intr_node; /* list of intr QHs */
412 struct ehci_qtd *dummy;
413 struct list_head unlink_node;
414 struct ehci_per_sched ps; /* scheduling info */
416 unsigned unlink_cycle;
418 u8 qh_state;
425 u8 xacterrs; /* XactErr retry counter */
428 u8 unlink_reason;
436 u8 gap_uf; /* uframes split/csplit gap */
438 unsigned is_out:1; /* bulk or intr OUT */
439 unsigned clearing_tt:1; /* Clear-TT-Buf in progress */
440 unsigned dequeue_during_giveback:1;
441 unsigned should_be_inactive:1;