Home
last modified time | relevance | path

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

/u-boot/include/
A Dvirtio_ring.h112 struct virtqueue { struct
113 struct list_head list;
114 struct udevice *vdev;
115 unsigned int index;
116 unsigned int num_free;
117 struct vring vring;
119 bool event;
120 unsigned int free_head;
121 unsigned int num_added;
122 u16 last_used_idx;
[all …]

Completed in 4 milliseconds