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.h391 #define XHCI_NUM_ENDPOINTS 31 macro
574 xhci_endpoint_context_t *xd_endin[XHCI_NUM_ENDPOINTS];
577 xhci_endpoint_context_t *xd_endout[XHCI_NUM_ENDPOINTS];
578 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS];
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1632 for (i = 0; i < XHCI_NUM_ENDPOINTS; i++) { in xhci_hcdi_device_init()
1644 for (i = 0; i < XHCI_NUM_ENDPOINTS; i++) { in xhci_hcdi_device_init()
1773 for (uint_t n = 0; n < XHCI_NUM_ENDPOINTS; n++) { in xhci_hcdi_device_fini()
H A Dxhci_endpoint.c63 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()