Home
last modified time | relevance | path

Searched refs:xhci_endp_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h129 struct xhci_endp_ctx { struct
184 struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS]; argument
191 struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS];
H A Dpci_xhci.c349 struct xhci_endp_ctx *ep_ctx, uint32_t streamid,
656 struct xhci_endp_ctx *ep_ctx; in pci_xhci_init_ep()
699 struct xhci_endp_ctx *ep_ctx; in pci_xhci_disable_ep()
882 struct xhci_endp_ctx *ep_ctx; in pci_xhci_cmd_reset_device()
941 struct xhci_endp_ctx *ep0_ctx; in pci_xhci_cmd_address_device()
999 memcpy(&dev_ctx->ctx_ep[1], ep0_ctx, sizeof(struct xhci_endp_ctx)); in pci_xhci_cmd_address_device()
1027 struct xhci_endp_ctx *ep_ctx, *iep_ctx; in pci_xhci_cmd_config_ep()
1117 memcpy(ep_ctx, iep_ctx, sizeof(struct xhci_endp_ctx)); in pci_xhci_cmd_config_ep()
1150 struct xhci_endp_ctx *ep_ctx; in pci_xhci_cmd_reset_ep()
1209 pci_xhci_find_stream(struct pci_xhci_softc *sc, struct xhci_endp_ctx *ep, in pci_xhci_find_stream()
[all …]
/freebsd/sys/dev/usb/controller/
H A Dxhci.h118 struct xhci_endp_ctx { struct
164 struct xhci_endp_ctx ctx; argument
190 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
201 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];