Searched defs:fotg210_qtd (Results 1 – 1 of 1) sorted by relevance
318 struct fotg210_qtd { struct320 __hc32 hw_next; /* see EHCI 3.5.1 */321 __hc32 hw_alt_next; /* see EHCI 3.5.2 */322 __hc32 hw_token; /* see EHCI 3.5.3 */341 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */342 __hc32 hw_buf_hi[5]; /* Appendix B */345 dma_addr_t qtd_dma; /* qtd address */346 struct list_head qtd_list; /* sw qtd list */347 struct urb *urb; /* qtd's urb */348 size_t length; /* length of buffer */