Home
last modified time | relevance | path

Searched refs:xd_endout (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c712 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_reset_endpoint()
774 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_set_tr_dequeue()
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_endpoint.c206 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()
769 xhci_endpoint_context_t *epctx = xd->xd_endout[xep->xep_num]; in xhci_endpoint_quiesce()
H A Dxhci_usba.c1645 xd->xd_endout[i] = in xhci_hcdi_device_init()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c726 (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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h577 xhci_endpoint_context_t *xd_endout[XHCI_NUM_ENDPOINTS]; member