Home
last modified time | relevance | path

Searched refs:xd_endpoints (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c122 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open()
240 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open()
396 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_poll_fini()
528 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_close()
619 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_reset()
744 if (xd->xd_endpoints[ep] == NULL) { in xhci_hcdi_pipe_ctrl_xfer()
751 xep = xd->xd_endpoints[ep]; in xhci_hcdi_pipe_ctrl_xfer()
913 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_bulk_xfer()
1050 xep = xd->xd_endpoints[epid]; in xhci_hcdi_periodic_init()
1184 xep = xd->xd_endpoints[epid]; in xhci_hcdi_intr_oneshot()
[all …]
H A Dxhci_endpoint.c102 xhci_endpoint_t *xep = xd->xd_endpoints[endpoint]; in xhci_endpoint_fini()
105 xd->xd_endpoints[endpoint] = NULL; in xhci_endpoint_fini()
654 VERIFY(xd->xd_endpoints[epid] == NULL); in xhci_endpoint_init()
686 xd->xd_endpoints[epid] = xep; in xhci_endpoint_init()
1592 xep = xd->xd_endpoints[endpoint - 1]; in xhci_endpoint_transfer_callback()
H A Dxhci_polled.c118 return (xd->xd_endpoints[endpoint - 1]); in xhci_polled_get_endpoint()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c587 addr = (uintptr_t)xm->xmwe_device.xd_endpoints[xm->xmwe_ep]; in xhci_mdb_walk_xhci_endpoint_step()
593 xm->xmwe_device.xd_endpoints[xm->xmwe_ep]); in xhci_mdb_walk_xhci_endpoint_step()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h578 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS]; member