Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs57 SET_FEATURES = 2, enumerator
785 hdr.set_code(MasterReq::SET_FEATURES); in msg_header_ops()
786 assert_eq!(hdr.get_code(), MasterReq::SET_FEATURES); in msg_header_ops()
Dmaster.rs144 let _ = node.send_request_with_body(MasterReq::SET_FEATURES, &val, None)?; in set_features()
793 let hdr = VhostUserMsgHeader::new(MasterReq::SET_FEATURES, 0x4, 8); in test_features()
Dslave_req_handler.rs319 MasterReq::SET_FEATURES => { in handle_request()