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