Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_xhci.c922 struct xhci_input_dev_ctx *input_ctx; in pci_xhci_cmd_address_device() local
929 islot_ctx = &input_ctx->ctx_slot; in pci_xhci_cmd_address_device()
930 ep0_ctx = &input_ctx->ctx_ep[1]; in pci_xhci_cmd_address_device()
935 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1)); in pci_xhci_cmd_address_device()
1069 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1, in pci_xhci_cmd_config_ep()
1075 if (input_ctx->ctx_input.dwInCtx0 & in pci_xhci_cmd_config_ep()
1081 if (input_ctx->ctx_input.dwInCtx1 & in pci_xhci_cmd_config_ep()
1083 iep_ctx = &input_ctx->ctx_ep[i]; in pci_xhci_cmd_config_ep()
1304 islot_ctx = &input_ctx->ctx_slot; in pci_xhci_cmd_eval_ctx()
1305 ep0_ctx = &input_ctx->ctx_ep[1]; in pci_xhci_cmd_eval_ctx()
[all …]
/freebsd-13.1/sys/dev/usb/controller/
H A Dxhci.c1376 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_set_address() argument
1384 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address()
1525 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_configure_ep() argument
1533 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep()
1550 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_evaluate_ctx() argument
1558 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_evaluate_ctx()