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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c920 struct xhci_input_dev_ctx *input_ctx; local
926 input_ctx = XHCI_GADDR(sc, trb->qwTrb0 & ~0xFUL);
927 islot_ctx = &input_ctx->ctx_slot;
928 ep0_ctx = &input_ctx->ctx_ep[1];
933 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1));
942 if ((input_ctx->ctx_input.dwInCtx0 != 0) ||
943 (input_ctx->ctx_input.dwInCtx1 & 0x03) != 0x03) {
1000 struct xhci_input_dev_ctx *input_ctx; local
1064 input_ctx
1295 struct xhci_input_dev_ctx *input_ctx; local
[all...]
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c1369 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, argument
1377 trb.qwTrb0 = htole64(input_ctx);
1518 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, argument
1526 trb.qwTrb0 = htole64(input_ctx);
1540 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, argument
1548 trb.qwTrb0 = htole64(input_ctx);

Completed in 120 milliseconds