Lines Matching defs:vring_virtqueue
57 struct vring_virtqueue { struct58 struct virtqueue vq;61 struct vring vring;64 bool weak_barriers;67 bool broken;70 bool indirect;73 bool event;76 unsigned int free_head;78 unsigned int num_added;81 u16 last_used_idx;105 #define to_vvq(_vq) container_of(_vq, struct vring_virtqueue, vq) argument