Home
last modified time | relevance | path

Searched refs:XHCI_MAX_ENDPOINTS (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h33 #define XHCI_MAX_ENDPOINTS 32 /* hardcoded - do not change */ macro
175 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
180 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
410 struct usb_page_cache endpoint_pc[XHCI_MAX_ENDPOINTS];
414 struct usb_page endpoint_pg[XHCI_MAX_ENDPOINTS];
416 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS];
Dxhci.c893 if ((epno == 0) || (epno >= XHCI_MAX_ENDPOINTS)) { in xhci_check_transfer()
2705 for (i = 0; i != XHCI_MAX_ENDPOINTS; i++) { in xhci_alloc_device_ext()
2758 for (i = 0; i != XHCI_MAX_ENDPOINTS; i++) in xhci_free_device_ext()
4118 for (n = 1; n != XHCI_MAX_ENDPOINTS; n++) { in xhci_device_resume()
4150 for (n = 1; n != XHCI_MAX_ENDPOINTS; n++) { in xhci_device_suspend()