Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h118 typedef struct XHCIRing { struct
121 } XHCIRing; argument
223 XHCIRing cmd_ring;
H A Dhcd-xhci.c268 XHCIRing ring;
276 XHCIRing ring;
684 static void xhci_ring_init(XHCIState *xhci, XHCIRing *ring, in xhci_ring_init()
691 static TRBType xhci_ring_fetch(XHCIState *xhci, XHCIRing *ring, XHCITRB *trb, in xhci_ring_fetch()
738 static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring) in xhci_ring_chain_length()
1042 XHCIRing *ring = NULL; in xhci_set_ep_state()
1878 XHCIRing *ring; in xhci_kick_epctx()
3525 VMSTATE_UINT64(dequeue, XHCIRing),
3526 VMSTATE_BOOL(ccs, XHCIRing),
3627 VMSTATE_STRUCT(cmd_ring, XHCIState, 1, vmstate_xhci_ring, XHCIRing),