Home
last modified time | relevance | path

Searched defs:VRing (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio.h99 struct VRing { struct
103 VRingDesc *desc; argument
104 VRingAvail *avail; argument
105 VRingUsed *used; argument
110 typedef struct VRing VRing; argument
/openbmc/qemu/hw/virtio/
H A Dvirtio.c104 typedef struct VRing struct
112 VRingMemoryRegionCaches *caches; argument
113 } VRing; typedef