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