Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs361 const REPLY_ACK = 0x0000_0008; constant
Dslave_req_handler.rs732 let pflag = VhostUserProtocolFeatures::REPLY_ACK; in update_reply_ack_flag()
Dmaster.rs669 if self.acked_protocol_features & VhostUserProtocolFeatures::REPLY_ACK.bits() == 0 in wait_for_ack()