Lines Matching defs:ehci_sitd
481 struct ehci_sitd { struct
483 __hc32 hw_next;
485 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
486 __hc32 hw_uframe; /* EHCI table 3-10 */
487 __hc32 hw_results; /* EHCI table 3-11 */
501 __hc32 hw_buf [2]; /* EHCI table 3-12 */
502 __hc32 hw_backpointer; /* EHCI table 3-13 */
503 __hc32 hw_buf_hi [2]; /* Appendix B */
506 dma_addr_t sitd_dma;
507 union ehci_shadow sitd_next; /* ptr to periodic q entry */
509 struct urb *urb;
510 struct ehci_iso_stream *stream; /* endpoint's queue */
511 struct list_head sitd_list; /* list of stream's sitds */
512 unsigned frame;
513 unsigned index;