Lines Matching defs:ehci_sitd
548 struct ehci_sitd { struct
550 __hc32 hw_next;
552 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
553 __hc32 hw_uframe; /* EHCI table 3-10 */
554 __hc32 hw_results; /* EHCI table 3-11 */
568 __hc32 hw_buf[2]; /* EHCI table 3-12 */
569 __hc32 hw_backpointer; /* EHCI table 3-13 */
570 __hc32 hw_buf_hi[2]; /* Appendix B */
573 dma_addr_t sitd_dma;
574 union ehci_shadow sitd_next; /* ptr to periodic q entry */
576 struct urb *urb;
577 struct ehci_iso_stream *stream; /* endpoint's queue */
578 struct list_head sitd_list; /* list of stream's sitds */
579 unsigned frame;
580 unsigned index;