Home
last modified time | relevance | path

Searched refs:XHCI_NUM_ENDPOINTS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h397 #define XHCI_NUM_ENDPOINTS 31 macro
580 xhci_endpoint_context_t *xd_endin[XHCI_NUM_ENDPOINTS];
583 xhci_endpoint_context_t *xd_endout[XHCI_NUM_ENDPOINTS];
584 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS];
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1698 for (i = 0; i < XHCI_NUM_ENDPOINTS; i++) { in xhci_hcdi_device_init()
1710 for (i = 0; i < XHCI_NUM_ENDPOINTS; i++) { in xhci_hcdi_device_init()
1839 for (uint_t n = 0; n < XHCI_NUM_ENDPOINTS; n++) { in xhci_hcdi_device_fini()
H A Dxhci_endpoint.c79 VERIFY(ep < XHCI_NUM_ENDPOINTS); in xhci_endpoint_pipe_to_epid()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c584 if (xm->xmwe_ep >= XHCI_NUM_ENDPOINTS) in xhci_mdb_walk_xhci_endpoint_step()