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