Home
last modified time | relevance | path

Searched refs:xep_num (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c83 VERIFY3U(xep->xep_num, !=, XHCI_DEFAULT_ENDPOINT); in xhci_endpoint_release()
130 ectx = xd->xd_endin[xep->xep_num]; in xhci_endpoint_setup_default_context()
185 "DMA memory", xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_default_context()
206 mps = XHCI_EPCTX_GET_MPS(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_endpoint_update_default()
219 info = LE_32(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_endpoint_update_default()
222 xd->xd_endin[xep->xep_num]->xec_info2 = LE_32(info); in xhci_endpoint_update_default()
507 ectx = xd->xd_endin[xep->xep_num]; in xhci_endpoint_setup_context()
588 xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_context()
619 "DMA memory", xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_context()
662 xep->xep_num = epid; in xhci_endpoint_init()
[all …]
H A Dxhci_command.c690 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_reset_endpoint()
707 "endpoint (%u)/slot (%d) in wrong state: %d", xep->xep_num, in xhci_command_reset_endpoint()
712 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_reset_endpoint()
752 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_set_tr_dequeue()
769 "endpoint (%u)/slot (%d) in wrong state: %d", xep->xep_num, in xhci_command_set_tr_dequeue()
774 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_set_tr_dequeue()
810 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_stop_endpoint()
827 "(%u) in wrong state: %d", xep->xep_num, xd->xd_slot, in xhci_command_stop_endpoint()
832 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_stop_endpoint()
H A Dxhci_dma.c577 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()
H A Dxhci_usba.c534 if (xp->xp_ep != NULL && xp->xp_ep->xep_num == XHCI_DEFAULT_ENDPOINT) { in xhci_hcdi_pipe_close()
818 "device", xep->xep_num, xd->xd_slot, in xhci_hcdi_pipe_ctrl_xfer()
945 "device", xep->xep_num, xd->xd_slot, in xhci_hcdi_pipe_bulk_xfer()
1238 "device", xep->xep_num, xd->xd_slot, in xhci_hcdi_intr_oneshot()
1387 "device", xep->xep_num, xd->xd_slot, in xhci_hcdi_isoc_oneshot()
H A Dxhci_polled.c160 "DMA memory", xhcip, xep->xep_num, xd->xd_slot, in xhci_polled_endpoint_transfer()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c623 if (xep->xep_num + 1 == xmf->xmf_ep) { in xhci_mdb_find_endpoint_cb()
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()
736 mdb_printf("%-4d %-10s %-10s 0x%-04x 0x%-04x\n", xep->xep_num, type, in xhci_mdb_print_endpoint_summary()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h559 uint_t xep_num; member