Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs601 pub struct VhostUserVringState { struct
609 unsafe impl DataInit for VhostUserVringState {} argument
611 impl VhostUserVringState { implementation
618 impl VhostUserMsgValidator for VhostUserVringState {} implementation
Dslave_req_handler.rs89 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
133 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base()
208 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
326 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Ddummy_slave.rs129 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs292 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
Dhandler.rs525 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base()