Lines Matching defs:ehci_sitd
556 struct ehci_sitd { struct
558 __hc32 hw_next;
560 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
561 __hc32 hw_uframe; /* EHCI table 3-10 */
562 __hc32 hw_results; /* EHCI table 3-11 */
576 __hc32 hw_buf[2]; /* EHCI table 3-12 */
577 __hc32 hw_backpointer; /* EHCI table 3-13 */
578 __hc32 hw_buf_hi[2]; /* Appendix B */
581 dma_addr_t sitd_dma;
582 union ehci_shadow sitd_next; /* ptr to periodic q entry */
584 struct urb *urb;
585 struct ehci_iso_stream *stream; /* endpoint's queue */
586 struct list_head sitd_list; /* list of stream's sitds */
587 unsigned frame;
588 unsigned index;