Searched defs:VhostUserVringState (Results 1 – 5 of 5) sorted by relevance
601 pub struct VhostUserVringState { struct609 unsafe impl DataInit for VhostUserVringState {} argument611 impl VhostUserVringState { implementation618 impl VhostUserMsgValidator for VhostUserVringState {} implementation
89 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()
129 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
292 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base()
525 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base()