Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.h60 #define XHCI_MAX_ENDPOINTS 32 /* hardcoded - do not change */ macro
184 struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS];
191 struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS];
H A Dpci_xhci.c251 struct pci_xhci_dev_ep eps[XHCI_MAX_ENDPOINTS];
1974 if (epid == 0 || epid >= XHCI_MAX_ENDPOINTS) { in pci_xhci_device_doorbell()