Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h120 typedef struct XHCIRing { struct
123 } XHCIRing; typedef
220 XHCIRing cmd_ring;
H A Dhcd-xhci.c268 XHCIRing ring;
276 XHCIRing ring;
687 static void xhci_ring_init(XHCIState *xhci, XHCIRing *ring, in xhci_ring_init()
694 static TRBType xhci_ring_fetch(XHCIState *xhci, XHCIRing *ring, XHCITRB *trb, in xhci_ring_fetch()
741 static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring) in xhci_ring_chain_length()
1045 XHCIRing *ring = NULL; in xhci_set_ep_state()
1880 XHCIRing *ring; in xhci_kick_epctx()
3526 VMSTATE_UINT64(dequeue, XHCIRing),
3527 VMSTATE_BOOL(ccs, XHCIRing),
3628 VMSTATE_STRUCT(cmd_ring, XHCIState, 1, vmstate_xhci_ring, XHCIRing),