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.h118 typedef struct XHCIRing { struct
121 } XHCIRing; argument
218 XHCIRing cmd_ring;
H A Dhcd-xhci.c268 XHCIRing ring;
276 XHCIRing ring;
679 static void xhci_ring_init(XHCIState *xhci, XHCIRing *ring, in xhci_ring_init()
686 static TRBType xhci_ring_fetch(XHCIState *xhci, XHCIRing *ring, XHCITRB *trb, in xhci_ring_fetch()
733 static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring) in xhci_ring_chain_length()
1037 XHCIRing *ring = NULL; in xhci_set_ep_state()
1872 XHCIRing *ring; in xhci_kick_epctx()
3500 VMSTATE_UINT64(dequeue, XHCIRing),
3501 VMSTATE_BOOL(ccs, XHCIRing),
3602 VMSTATE_STRUCT(cmd_ring, XHCIState, 1, vmstate_xhci_ring, XHCIRing),