Symbol: xhci_endp_ctx
sys/dev/usb/controller/xhci.c
189
xhci_dump_endpoint(struct xhci_endp_ctx *pep)
sys/dev/usb/controller/xhci.c
2399
struct xhci_endp_ctx *endp;
sys/dev/usb/controller/xhci.c
3828
struct xhci_endp_ctx *endp;
sys/dev/usb/controller/xhci.h
164
struct xhci_endp_ctx ctx;
sys/dev/usb/controller/xhci.h
190
struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
sys/dev/usb/controller/xhci.h
201
struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1];
usr.sbin/bhyve/pci_xhci.c
1027
struct xhci_endp_ctx *ep_ctx, *iep_ctx;
usr.sbin/bhyve/pci_xhci.c
1117
memcpy(ep_ctx, iep_ctx, sizeof(struct xhci_endp_ctx));
usr.sbin/bhyve/pci_xhci.c
1150
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
1209
pci_xhci_find_stream(struct pci_xhci_softc *sc, struct xhci_endp_ctx *ep,
usr.sbin/bhyve/pci_xhci.c
1245
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
1326
struct xhci_endp_ctx *ep0_ctx;
usr.sbin/bhyve/pci_xhci.c
1578
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
1665
struct xhci_endp_ctx *ep_ctx, uint32_t streamid, uint64_t ringaddr, int ccs)
usr.sbin/bhyve/pci_xhci.c
1707
struct xhci_endp_ctx *ep_ctx, uint32_t slot, uint32_t epid)
usr.sbin/bhyve/pci_xhci.c
1753
struct xhci_endp_ctx *ep_ctx, struct xhci_trb *trb, uint32_t slot,
usr.sbin/bhyve/pci_xhci.c
1949
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
2647
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
349
struct xhci_endp_ctx *ep_ctx, uint32_t streamid,
usr.sbin/bhyve/pci_xhci.c
656
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
699
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
882
struct xhci_endp_ctx *ep_ctx;
usr.sbin/bhyve/pci_xhci.c
941
struct xhci_endp_ctx *ep0_ctx;
usr.sbin/bhyve/pci_xhci.c
999
memcpy(&dev_ctx->ctx_ep[1], ep0_ctx, sizeof(struct xhci_endp_ctx));
usr.sbin/bhyve/pci_xhci.h
184
struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS];
usr.sbin/bhyve/pci_xhci.h
191
struct xhci_endp_ctx u_ep[XHCI_MAX_ENDPOINTS];