Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhci.c102 struct xhci_trb *xhci_ring_consume(struct xhci_softc *, struct xhci_ring *);
763 while ((trb = xhci_ring_consume(sc, &sc->sc_evt_ring)) != NULL) { in xhci_event_dequeue()
1860 xhci_ring_consume(struct xhci_softc *sc, struct xhci_ring *ring) in xhci_ring_consume() function