Lines Matching refs:VHOST_USER_NEED_REPLY_MASK
200 #define VHOST_USER_NEED_REPLY_MASK (0x1 << 3) macro
344 if ((msg->hdr.flags & VHOST_USER_NEED_REPLY_MASK) == 0) { in process_message_reply()
401 msg->hdr.flags &= ~VHOST_USER_NEED_REPLY_MASK; in vhost_user_write()
1032 msg.hdr.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_set_mem_table()
1137 msg->hdr.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_write_sync()
1149 if (msg->hdr.flags & VHOST_USER_NEED_REPLY_MASK) { in vhost_user_write_sync()
1667 hdr->flags &= ~VHOST_USER_NEED_REPLY_MASK; in vhost_user_send_resp()
1850 if (hdr.flags & VHOST_USER_NEED_REPLY_MASK) { in backend_read()
1910 msg.hdr.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_setup_backend_channel()
2069 .hdr.flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vhost_user_postcopy_listen()
2097 .hdr.flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vhost_user_postcopy_end()
2393 msg.hdr.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_net_set_mtu()
2416 .hdr.flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vhost_user_send_device_iotlb_msg()
2503 msg.hdr.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_set_config()