Searched refs:input_ctx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_xhci.c | 914 struct xhci_input_dev_ctx *input_ctx; in pci_xhci_cmd_address_device() local 921 islot_ctx = &input_ctx->ctx_slot; in pci_xhci_cmd_address_device() 922 ep0_ctx = &input_ctx->ctx_ep[1]; in pci_xhci_cmd_address_device() 929 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1, in pci_xhci_cmd_address_device() 1061 input_ctx->ctx_input.dwInCtx0, input_ctx->ctx_input.dwInCtx1, in pci_xhci_cmd_config_ep() 1067 if (input_ctx->ctx_input.dwInCtx0 & in pci_xhci_cmd_config_ep() 1073 if (input_ctx->ctx_input.dwInCtx1 & in pci_xhci_cmd_config_ep() 1075 iep_ctx = &input_ctx->ctx_ep[i]; in pci_xhci_cmd_config_ep() 1295 islot_ctx = &input_ctx->ctx_slot; in pci_xhci_cmd_eval_ctx() 1296 ep0_ctx = &input_ctx->ctx_ep[1]; in pci_xhci_cmd_eval_ctx() [all …]
|
| /freebsd-12.1/sys/dev/usb/controller/ |
| H A D | xhci.c | 1360 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_set_address() argument 1368 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address() 1509 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_configure_ep() argument 1517 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep() 1531 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_evaluate_ctx() argument 1539 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_evaluate_ctx()
|