Home
last modified time | relevance | path

Searched defs:VirtQueue (Results 1 – 2 of 2) sorted by path

/qemu/hw/virtio/
H A Dvirtio.c120 struct VirtQueue struct
123 VirtQueueElement *used_elems; argument
126 uint16_t last_avail_idx;
127 bool last_avail_wrap_counter;
130 uint16_t shadow_avail_idx;
131 bool shadow_avail_wrap_counter;
155 QLIST_ENTRY(VirtQueue) node; argument
/qemu/include/hw/virtio/
H A Dvirtio.h61 typedef struct VirtQueue VirtQueue; typedef