Searched defs:ehci_qtd (Results 1 – 1 of 1) sorted by relevance
133161 struct ehci_qtd { struct133162 __le32 hw_next;133163 __le32 hw_alt_next;133164 __le32 hw_token;133165 __le32 hw_buf[5];133166 __le32 hw_buf_hi[5];133167 dma_addr_t qtd_dma;133168 struct list_head qtd_list;133169 struct urb *urb;133170 size_t length;