Home
last modified time | relevance | path

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

/openbmc/linux/tools/virtio/linux/
Dvirtio.h
/openbmc/u-boot/include/
H A Dvirtio_ring.h99 struct virtqueue { struct
100 struct list_head list;
101 struct udevice *vdev;
102 unsigned int index;
103 unsigned int num_free;
104 struct vring vring;
105 bool event;
106 unsigned int free_head;
107 unsigned int num_added;
108 u16 last_used_idx;
[all …]