Searched defs:ehci_qtd (Results 1 – 1 of 1) sorted by relevance
210 struct ehci_qtd { struct212 __le32 hw_next; /* see EHCI 3.5.1 */213 __le32 hw_alt_next; /* see EHCI 3.5.2 */214 __le32 hw_token; /* see EHCI 3.5.3 */228 __le32 hw_buf[5]; /* see EHCI 3.5.4 */229 __le32 hw_buf_hi[5]; /* Appendix B */232 dma_addr_t qtd_dma; /* qtd address */233 struct list_head qtd_list; /* sw qtd list */234 struct urb *urb; /* qtd's urb */235 size_t length; /* length of buffer */[all …]