Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c344 struct xhci_endp_ctx *ep_ctx, uint32_t streamid,
656 struct xhci_endp_ctx *ep_ctx; in pci_xhci_init_ep() local
660 ep_ctx = &dev_ctx->ctx_ep[epid]; in pci_xhci_init_ep()
662 pstreams = XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0); in pci_xhci_init_ep()
667 devep->ep_sctx = XHCI_GADDR(dev->xsc, ep_ctx->qwEpCtx2 & in pci_xhci_init_ep()
680 devep->ep_ringaddr = ep_ctx->qwEpCtx2 & in pci_xhci_init_ep()
682 devep->ep_ccs = XHCI_EPCTX_2_DCS_GET(ep_ctx->qwEpCtx2); in pci_xhci_init_ep()
699 struct xhci_endp_ctx *ep_ctx; in pci_xhci_disable_ep() local
704 ep_ctx = &dev_ctx->ctx_ep[epid]; in pci_xhci_disable_ep()
705 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_DISABLED; in pci_xhci_disable_ep()
[all …]