Lines Matching defs:vring_virtqueue
63 struct vring_virtqueue { struct
64 struct virtqueue vq;
67 struct vring vring;
70 bool weak_barriers;
73 bool broken;
76 bool indirect;
79 bool event;
82 unsigned int free_head;
84 unsigned int num_added;
87 u16 last_used_idx;
90 u16 avail_flags_shadow;
116 #define to_vvq(_vq) container_of(_vq, struct vring_virtqueue, vq) argument