Searched defs:get_vring_base (Results 1 – 12 of 12) sorted by relevance
/external/rust/android-crates-io/crates/vhost/src/ |
D | backend.rs | 288 fn get_vring_base(&self, queue_index: usize) -> Result<u32>; in get_vring_base() method 374 fn get_vring_base(&mut self, queue_index: usize) -> Result<u32>; in get_vring_base() method 442 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method 500 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method 609 fn get_vring_base(&mut self, queue_index: usize) -> Result<u32> { in get_vring_base() method
|
/external/crosvm/vhost/src/ |
D | lib.rs | 298 fn get_vring_base(&self, queue_index: usize) -> Result<u16> { in get_vring_base() method
|
/external/crosvm/third_party/vmm_vhost/src/ |
D | test_backend.rs | 123 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method
|
D | backend_server.rs | 46 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base() method 126 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() function
|
D | backend_client.rs | 173 pub fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method
|
/external/rust/android-crates-io/crates/vhost/src/vhost_kern/ |
D | mod.rs | 237 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method
|
/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | dummy_backend.rs | 148 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method
|
D | backend_req_handler.rs | 58 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState>; in get_vring_base() method 114 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base() method 203 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method
|
D | frontend.rs | 310 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method
|
/external/crosvm/devices/src/virtio/vhost/user/device/ |
D | vsock.rs | 276 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method
|
D | handler.rs | 502 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base() method
|
/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | handler.rs | 427 fn get_vring_base(&mut self, index: u32) -> VhostUserResult<VhostUserVringState> { in get_vring_base() function
|