Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dworker.rs28 pub struct VringBase { struct
29 pub index: usize,
30 pub base: u16,
67 queue_vrings_base: Option<Vec<VringBase>>, in init()