Home
last modified time | relevance | path

Searched defs:xhci_endpoint_ext (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h385 struct xhci_endpoint_ext { struct
386 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