Searched refs:SET_FEATURES (Results 1 – 3 of 3) sorted by relevance
57 SET_FEATURES = 2, enumerator785 hdr.set_code(MasterReq::SET_FEATURES); in msg_header_ops()786 assert_eq!(hdr.get_code(), MasterReq::SET_FEATURES); in msg_header_ops()
144 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()
319 MasterReq::SET_FEATURES => { in handle_request()