Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio.h64 struct VRingDesc { struct
74 typedef struct VRingDesc VRingDesc; argument
103 VRingDesc *desc;
H A Dvirtio.c117 vr->avail = p + info->num * sizeof(VRingDesc); in vring_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c62 typedef struct VRingDesc struct
68 } VRingDesc; argument
308 desc, sizeof(VRingDesc)); in vring_split_desc_read()
1267 VRingDesc desc; in virtqueue_split_get_avail_bytes()
1301 max = desc.len / sizeof(VRingDesc); in virtqueue_split_get_avail_bytes()
1685 VRingDesc desc; in virtqueue_split_pop()
1724 if (caches->desc.len < max * sizeof(VRingDesc)) { in virtqueue_split_pop()
1746 max = desc.len / sizeof(VRingDesc); in virtqueue_split_pop()
1860 if (caches->desc.len < max * sizeof(VRingDesc)) { in virtqueue_packed_pop()
4277 VRingDesc desc; in qmp_x_query_virtio_queue_element()
[all …]