Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_xhci.c938 struct xhci_input_dev_ctx *input_ctx; in pci_xhci_cmd_address_device() local
945 islot_ctx = &input_ctx->ctx_slot; in pci_xhci_cmd_address_device()
946 ep0_ctx = &input_ctx->ctx_ep[1]; in pci_xhci_cmd_address_device()
949 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1)); in pci_xhci_cmd_address_device()
1097 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1, in pci_xhci_cmd_config_ep()
1103 if (input_ctx->ctx_input.dwInCtx0 & in pci_xhci_cmd_config_ep()
1109 if (input_ctx->ctx_input.dwInCtx1 & in pci_xhci_cmd_config_ep()
1111 iep_ctx = &input_ctx->ctx_ep[i]; in pci_xhci_cmd_config_ep()
1330 islot_ctx = &input_ctx->ctx_slot; in pci_xhci_cmd_eval_ctx()
1331 ep0_ctx = &input_ctx->ctx_ep[1]; in pci_xhci_cmd_eval_ctx()
[all …]
/freebsd-14.2/sys/dev/usb/controller/
H A Dxhci.c1319 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_set_address() argument
1327 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address()
1469 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_configure_ep() argument
1477 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep()
1494 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_evaluate_ctx() argument
1502 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_evaluate_ctx()