Searched defs:xhci_endpoint_ext (Results 1 – 1 of 1) sorted by relevance
413 struct xhci_endpoint_ext { struct414 struct xhci_trb *trb;415 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];416 struct usb_page_cache *page_cache;417 uint64_t physaddr;418 uint8_t trb_used[XHCI_MAX_STREAMS];419 uint8_t trb_index[XHCI_MAX_STREAMS];420 uint8_t trb_halted;444 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS]; argument