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