Home
last modified time | relevance | path

Searched refs:VhostUserVringAddr (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs557 pub struct VhostUserVringAddr { struct
572 impl VhostUserVringAddr { implementation
582 VhostUserVringAddr { in new()
596 VhostUserVringAddr { in from_config_data()
607 impl VhostUserMsgValidator for VhostUserVringAddr { implementation
910 let mut addr = VhostUserVringAddr::new( in test_vhost_user_addr()
958 let addr = VhostUserVringAddr::from_config_data(2, &config); in test_vhost_user_state_from_config()
978 VhostUserVringAddr::new(0, VhostUserVringAddrFlags::all(), 0x0, 0x0, 0x0, 0x0); in check_user_vring_addr()
Dslave_req_handler.rs335 let msg = self.extract_request_body::<VhostUserVringAddr>(&hdr, size, &buf)?; in handle_request()
Dmaster.rs248 let val = VhostUserVringAddr::from_config_data(queue_index as u32, config_data); in set_vring_addr()