Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-user.c200 #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()
2393 msg.hdr.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_net_set_mtu()
[all …]
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h200 #define VHOST_USER_NEED_REPLY_MASK (0x1 << 3) macro
H A Dlibvhost-user.c687 if ((vmsg->flags & VHOST_USER_NEED_REPLY_MASK) == 0) { in vu_process_message_reply()
1465 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vu_set_queue_host_notifier()
1505 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vu_lookup_shared_object()
2167 need_reply = vmsg.flags & VHOST_USER_NEED_REPLY_MASK; in vu_dispatch()
2641 vmsg.flags |= VHOST_USER_NEED_REPLY_MASK; in _vu_queue_notify()