Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs528 pub struct VhostUserVringState { struct
535 impl VhostUserVringState { argument
542 impl VhostUserMsgValidator for VhostUserVringState {} implementation
Ddummy_slave.rs121 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Dslave_req_handler.rs53 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
91 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
156 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()