Searched refs:xd_endout (Results 1 – 6 of 6) sorted by relevance
713 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_reset_endpoint()775 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_set_tr_dequeue()833 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_stop_endpoint()
577 mps = XHCI_EPCTX_GET_MPS(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_transfer_calculate_isoc()578 burst = XHCI_EPCTX_GET_MAXB(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_transfer_calculate_isoc()
280 mps = XHCI_EPCTX_GET_MPS(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_endpoint_update_default()293 info = LE_32(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_endpoint_update_default()851 xhci_endpoint_context_t *epctx = xd->xd_endout[xep->xep_num]; in xhci_endpoint_quiesce()
1711 xd->xd_endout[i] = in xhci_hcdi_device_init()
726 (uintptr_t)xd->xd_endout[xep->xep_num]) != sizeof (epctx)) { in xhci_mdb_print_endpoint_summary()728 xd->xd_endout[xep->xep_num]); in xhci_mdb_print_endpoint_summary()
583 xhci_endpoint_context_t *xd_endout[XHCI_NUM_ENDPOINTS]; member