Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c691 static TRBType xhci_ring_fetch(XHCIState *xhci, XHCIRing *ring, XHCITRB *trb, in xhci_ring_fetch() function
1984 type = xhci_ring_fetch(xhci, ring, &xfer->trbs[i], NULL); in xhci_kick_epctx()
2486 while ((type = xhci_ring_fetch(xhci, &xhci->cmd_ring, &trb, &addr))) { in xhci_process_commands()