Lines Matching defs:ehci_sitd
553 struct ehci_sitd { struct
555 __hc32 hw_next;
557 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
558 __hc32 hw_uframe; /* EHCI table 3-10 */
559 __hc32 hw_results; /* EHCI table 3-11 */
573 __hc32 hw_buf[2]; /* EHCI table 3-12 */
574 __hc32 hw_backpointer; /* EHCI table 3-13 */
575 __hc32 hw_buf_hi[2]; /* Appendix B */
578 dma_addr_t sitd_dma;
579 union ehci_shadow sitd_next; /* ptr to periodic q entry */
581 struct urb *urb;
582 struct ehci_iso_stream *stream; /* endpoint's queue */
583 struct list_head sitd_list; /* list of stream's sitds */
584 unsigned frame;
585 unsigned index;