Searched defs:ehci_qtd (Results 1 – 2 of 2) sorted by relevance
91367 struct ehci_qtd { struct91368 __le32 hw_next;91369 __le32 hw_alt_next;91370 __le32 hw_token;91371 __le32 hw_buf[5];91372 __le32 hw_buf_hi[5];91373 dma_addr_t qtd_dma;91374 struct list_head qtd_list;91375 struct urb *urb;91376 size_t length;
101059 struct ehci_qtd { struct101060 __le32 hw_next;101061 __le32 hw_alt_next;101062 __le32 hw_token;101063 __le32 hw_buf[5];101064 __le32 hw_buf_hi[5];101065 dma_addr_t qtd_dma;101066 struct list_head qtd_list;101067 struct urb *urb;101068 size_t length;