Home
last modified time | relevance | path

Searched refs:PROTOCOL_FEATURES (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/
Dnet.rs50 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
51 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
Dblock.rs53 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
54 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
Dfs.rs57 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
58 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
Dhandler.rs46 if acked_features & VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits() != 0 { in new()
/external/rust/crates/vmm_vhost/src/vhost_user/
Ddummy_slave.rs78 self.acked_features & VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits() == 0; in set_features()
204 if self.acked_features & VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits() == 0 { in set_vring_enable()
Dmaster.rs319 let flag = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in get_protocol_features()
336 let flag = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in set_protocol_features()
367 if node.acked_virtio_features & VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits() == 0 { in set_vring_enable()
825 let vfeatures = 0x15 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_protocol_features()
Dmessage.rs346 const PROTOCOL_FEATURES = 0x4000_0000; constant
Dslave_req_handler.rs731 let vflag = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in update_reply_ack_flag()