Home
last modified time | relevance | path

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

/u-boot/include/
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 …]

Completed in 3 milliseconds