Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/
H A Dconfig.rs213 pub struct VhostUserFrontendOption { struct
216 pub type_: devices::virtio::DeviceType,
219 pub socket: PathBuf,
222 pub max_queue_size: Option<u16>,
225 pub pci_address: Option<PciAddress>,
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs461 opt: &VhostUserFrontendOption, in create_vhost_user_frontend()