Home
last modified time | relevance | path

Searched refs:XHCI_ST_EPCTX_STOPPED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.h55 XHCI_ST_EPCTX_STOPPED, enumerator
H A Dpci_xhci.c1187 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_reset_ep()
1278 case XHCI_ST_EPCTX_STOPPED: in pci_xhci_cmd_set_tr()
1313 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_set_tr()