Home
last modified time | relevance | path

Searched refs:XHCI_EPCTX_STATE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c250 xhci_mdb_epctx_states[XHCI_EPCTX_STATE(info)], in xhci_mdb_print_epctx()
251 XHCI_EPCTX_STATE(info)); in xhci_mdb_print_epctx()
734 state = xhci_mdb_epctx_states[XHCI_EPCTX_STATE(LE_32(epctx.xec_info))]; in xhci_mdb_print_endpoint_summary()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c714 XHCI_EPCTX_STATE(epctx->xec_info)); in xhci_command_reset_endpoint()
776 XHCI_EPCTX_STATE(epctx->xec_info)); in xhci_command_set_tr_dequeue()
834 XHCI_EPCTX_STATE(epctx->xec_info)); in xhci_command_stop_endpoint()
H A Dxhci_endpoint.c798 XHCI_EPCTX_STATE(LE_32(epctx->xec_info)) == XHCI_EP_HALTED)) { in xhci_endpoint_quiesce()
818 switch (XHCI_EPCTX_STATE(LE_32(epctx->xec_info))) { in xhci_endpoint_quiesce()
838 XHCI_EPCTX_STATE(LE_32(epctx->xec_info))); in xhci_endpoint_quiesce()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h336 #define XHCI_EPCTX_STATE(x) ((x) & 0x7) macro