Searched refs:ep0_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c923 struct xhci_endp_ctx *ep0_ctx; local
928 ep0_ctx = &input_ctx->ctx_ep[1];
938 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2,
939 ep0_ctx->dwEpCtx4));
975 memcpy(&dev_ctx->ctx_ep[1], ep0_ctx, sizeof(struct xhci_endp_ctx));
976 ep0_ctx = &dev_ctx->ctx_ep[1];
977 ep0_ctx->dwEpCtx0 = (ep0_ctx
1298 struct xhci_endp_ctx *ep0_ctx; local
[all...]

Completed in 154 milliseconds