Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance
1963 struct ehci_itd { struct1964 U32 hw_next; 1965 U32 hw_transaction [8]; 2022 U32 hw_bufp [7]; 2023 U32 hw_bufp_hi [7]; 2058 dma_addr_t itd_dma; 2059 union ehci_shadow itd_next; 2061 struct urb *urb;2062 struct list_head itd_list; 2063 dma_addr_t buf_dma; [all …]