Searched refs:from_config_data (Results 1 – 2 of 2) sorted by relevance
594 pub fn from_config_data(index: u32, config_data: &VringConfigData) -> Self { in from_config_data() method958 let addr = VhostUserVringAddr::from_config_data(2, &config); in test_vhost_user_state_from_config()
248 let val = VhostUserVringAddr::from_config_data(queue_index as u32, config_data); in set_vring_addr()