Home
last modified time | relevance | path

Searched refs:VHOST_USER_NEED_REPLY (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h136 #define VHOST_USER_NEED_REPLY (0x1 << 3) macro
H A Dvhost_user.c2610 msg->flags &= ~VHOST_USER_NEED_REPLY; in send_vhost_reply()
2622 if (msg->flags & VHOST_USER_NEED_REPLY) in send_vhost_slave_message()
2626 if (ret < 0 && (msg->flags & VHOST_USER_NEED_REPLY)) in send_vhost_slave_message()
2880 if (msg.flags & VHOST_USER_NEED_REPLY) { in vhost_user_msg_handler()
2938 if ((msg->flags & VHOST_USER_NEED_REPLY) == 0) in process_slave_message_reply()
3006 msg.flags |= VHOST_USER_NEED_REPLY; in vhost_user_slave_config_change()
3039 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY, in vhost_user_slave_set_vring_host_notifier()