Searched refs:qwEpCtx2 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 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() 954 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2, in pci_xhci_cmd_address_device() 1013 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2, in pci_xhci_cmd_address_device() 1115 iep_ctx->qwEpCtx2, iep_ctx->dwEpCtx4)); in pci_xhci_cmd_config_ep() 1190 ep_ctx->qwEpCtx2 = devep->ep_ringaddr | devep->ep_ccs; in pci_xhci_cmd_reset_ep() 1193 epid, ep_ctx->dwEpCtx0, ep_ctx->dwEpCtx1, ep_ctx->qwEpCtx2, in pci_xhci_cmd_reset_ep() 1229 sctx = (struct xhci_stream_ctx *)XHCI_GADDR(sc, ep->qwEpCtx2 & ~0xFUL) + in pci_xhci_find_stream() 1305 ep_ctx->qwEpCtx2 = trb->qwTrb0 & ~0xFUL; in pci_xhci_cmd_set_tr() [all …]
|
H A D | pci_xhci.h | 152 uint64_t qwEpCtx2; member
|