Searched defs:get_vring_base (Results 1 – 7 of 7) sorted by relevance
| /external/crosvm/third_party/vmm_vhost/src/ |
| D | backend.rs | 151 fn get_vring_base(&self, queue_index: usize) -> Result<u32>; in get_vring_base() method 237 fn get_vring_base(&mut self, queue_index: usize) -> Result<u32>; in get_vring_base() method 305 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method 363 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method 443 fn get_vring_base(&mut self, queue_index: usize) -> Result<u32> { in get_vring_base() method
|
| D | slave_req_handler.rs | 89 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState>; in get_vring_base() method 133 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState>; in get_vring_base() method 208 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method 326 fn get_vring_base(&self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() function
|
| D | dummy_slave.rs | 129 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method
|
| D | master.rs | 289 fn get_vring_base(&self, queue_index: usize) -> Result<u32> { in get_vring_base() method
|
| /external/crosvm/vhost/src/ |
| D | lib.rs | 328 fn get_vring_base(&self, queue_index: usize) -> Result<u16> { in get_vring_base() method
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | vsock.rs | 292 fn get_vring_base(&mut self, index: u32) -> Result<VhostUserVringState> { in get_vring_base() method
|
| D | handler.rs | 525 fn get_vring_base(&mut self, index: u32) -> VhostResult<VhostUserVringState> { in get_vring_base() method
|