Searched defs:init_features (Results 1 – 11 of 11) sorted by relevance
39 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
36 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
35 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
31 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
48 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
54 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
50 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
49 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
72 let init_features = base_features | VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in new() localVariable
983 let init_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
1068 static void init_features(int gl_ver, int gles_ver) in init_features() function