Searched refs:XHCI_MAX_ENDPOINTS (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/usb/controller/
H A Dxhci.h33 #define XHCI_MAX_ENDPOINTS 32 /* hardcoded - do not change */ macro
190 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
196 struct xhci_endp_ctx64 ctx_ep[XHCI_MAX_ENDPOINTS - 1];
201 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
206 struct xhci_endp_ctx64 ctx_ep[XHCI_MAX_ENDPOINTS - 1];
438 struct usb_page_cache endpoint_pc[XHCI_MAX_ENDPOINTS];
442 struct usb_page endpoint_pg[XHCI_MAX_ENDPOINTS];
444 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS];
H A Dxhci.c889 if ((epno == 0) || (epno >= XHCI_MAX_ENDPOINTS)) {
2702 for (i = 0; i != XHCI_MAX_ENDPOINTS; i++) {
2755 for (i = 0; i != XHCI_MAX_ENDPOINTS; i++)
4217 for (n = 1; n != XHCI_MAX_ENDPOINTS; n++) {
4249 for (n = 1; n != XHCI_MAX_ENDPOINTS; n++) {
/freebsd-current/usr.sbin/bhyve/
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.c255 struct pci_xhci_dev_ep eps[XHCI_MAX_ENDPOINTS];
1922 if (epid == 0 || epid >= XHCI_MAX_ENDPOINTS) {
3174 for (j = 1; j < XHCI_MAX_ENDPOINTS; j++) {

Completed in 76 milliseconds