Searched defs:ehci_qtd (Results 1 – 2 of 2) sorted by relevance
386 struct ehci_qtd { struct387 U32 hw_next_qtd;388 U32 hw_alt_next_qtd;389 U32 hw_token;390 U32 hw_buffer [5];393 dma_addr_t qtd_dma_addr; /* qtd address */394 struct list_head qtd_list; /* sw qtd list */395 struct urb *urb; /* qtd's urb */396 size_t length; /* length of buffer */
1335 struct ehci_qtd { struct1337 U32 hw_next; /* see EHCI 3.5.1 */1338 U32 hw_alt_next; /* see EHCI 3.5.2 */1339 U32 hw_token; /* see EHCI 3.5.3 */1468 U32 hw_buf [5]; /* see EHCI 3.5.4 */1469 U32 hw_buf_hi [5]; /* Appendix B */1472 dma_addr_t qtd_dma; /* qtd address */1473 struct list_head qtd_list; /* sw qtd list */1474 struct urb *urb; /* qtd's urb */1475 size_t length; /* length of buffer */