Searched refs:xd_endpoints (Results 1 – 5 of 5) sorted by relevance
122 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open()146 if ((xep = xd->xd_endpoints[epid]) != NULL && in xhci_hcdi_pipe_open()240 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open()425 if (xd->xd_endpoints[epid] == NULL) { in xhci_hcdi_pipe_poll_fini()432 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_poll_fini()557 if (xd->xd_endpoints[epid] == NULL) { in xhci_hcdi_pipe_close()564 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_close()677 if (xd->xd_endpoints[epid] == NULL) { in xhci_hcdi_pipe_reset()685 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_reset()810 if (xd->xd_endpoints[ep] == NULL) { in xhci_hcdi_pipe_ctrl_xfer()[all …]
181 xhci_endpoint_t *xep = xd->xd_endpoints[endpoint]; in xhci_endpoint_fini()185 xd->xd_endpoints[endpoint] = NULL; in xhci_endpoint_fini()729 VERIFY(xd->xd_endpoints[epid] == NULL); in xhci_endpoint_init()761 xd->xd_endpoints[epid] = xep; in xhci_endpoint_init()1674 xep = xd->xd_endpoints[endpoint - 1]; in xhci_endpoint_transfer_callback()
118 return (xd->xd_endpoints[endpoint - 1]); in xhci_polled_get_endpoint()
587 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()
584 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS]; member