Searched refs:PROTOCOL_FEATURES (Results 1 – 8 of 8) sorted by relevance
50 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()51 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
53 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()54 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
57 | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()58 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new()
46 if acked_features & VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits() != 0 { in new()
78 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()
319 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()
346 const PROTOCOL_FEATURES = 0x4000_0000; constant
731 let vflag = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in update_reply_ack_flag()