Searched refs:VhostUserVringAddr (Results 1 – 3 of 3) sorted by relevance
557 pub struct VhostUserVringAddr { struct572 impl VhostUserVringAddr { implementation582 VhostUserVringAddr { in new()596 VhostUserVringAddr { in from_config_data()607 impl VhostUserMsgValidator for VhostUserVringAddr { implementation910 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()
335 let msg = self.extract_request_body::<VhostUserVringAddr>(&hdr, size, &buf)?; in handle_request()
248 let val = VhostUserVringAddr::from_config_data(queue_index as u32, config_data); in set_vring_addr()