Lines Matching defs:QueueConfigSnapshot
88 struct QueueConfigSnapshot { struct
89 activated: bool,
90 max_size: u16,
91 size: u16,
92 ready: bool,
93 vector: u16,
94 features: u64,
95 acked_features: u64,
96 desc_table: GuestAddress,
97 avail_ring: GuestAddress,
98 used_ring: GuestAddress,
99 next_avail: Wrapping<u16>,
100 next_used: Wrapping<u16>,