Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhcivar.h58 struct xhci_epctx *ep_ctx[31];
H A Dxhcireg.h284 struct xhci_epctx { struct
H A Dxhci.c1672 memset(sdev->ep_ctx[xp->dci - 1], 0, sizeof(struct xhci_epctx)); in xhci_pipe_close()
2219 (struct xhci_epctx *)(kva + (i + 2) * sc->sc_ctxsize); in xhci_softdev_alloc()