Home
last modified time | relevance | path

Searched refs:SET_PROTOCOL_FEATURES (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmaster.rs341 let _ = node.send_request_with_body(MasterReq::SET_PROTOCOL_FEATURES, &val, None)?; in set_protocol_features()
855 let hdr = VhostUserMsgHeader::new(MasterReq::SET_PROTOCOL_FEATURES, 0x4, 8); in test_protocol_features()
Dmessage.rs85 SET_PROTOCOL_FEATURES = 16, enumerator
Dslave_req_handler.rs386 MasterReq::SET_PROTOCOL_FEATURES => { in handle_request()