Searched defs:ehci_qtd (Results 1 – 2 of 2) sorted by relevance
204 struct ehci_qtd { struct206 __le32 hw_next; /* see EHCI 3.5.1 */207 __le32 hw_alt_next; /* see EHCI 3.5.2 */208 __le32 hw_token; /* see EHCI 3.5.3 */222 __le32 hw_buf[5]; /* see EHCI 3.5.4 */223 __le32 hw_buf_hi[5]; /* Appendix B */226 dma_addr_t qtd_dma; /* qtd address */227 struct list_head qtd_list; /* sw qtd list */228 struct urb *urb; /* qtd's urb */229 size_t length; /* length of buffer */[all …]
287 struct ehci_qtd { struct289 __hc32 hw_next; /* see EHCI 3.5.1 */290 __hc32 hw_alt_next; /* see EHCI 3.5.2 */291 __hc32 hw_token; /* see EHCI 3.5.3 */310 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */311 __hc32 hw_buf_hi[5]; /* Appendix B */314 dma_addr_t qtd_dma; /* qtd address */315 struct list_head qtd_list; /* sw qtd list */316 struct urb *urb; /* qtd's urb */317 size_t length; /* length of buffer */