Searched defs:xhci_endpoint_ext (Results 1 – 1 of 1) sorted by relevance
386 struct xhci_endpoint_ext { struct387 struct xhci_trb *trb;388 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];389 struct usb_page_cache *page_cache;390 uint64_t physaddr;391 uint8_t trb_used[XHCI_MAX_STREAMS];392 uint8_t trb_index[XHCI_MAX_STREAMS];393 uint8_t trb_halted;417 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS]; argument