Home
last modified time | relevance | path

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

/Linux-v6.1/arch/um/drivers/
Dvhost_user.h9 #define VHOST_USER_FLAG_NEED_REPLY BIT(3) macro
Dvirtio_uml.c218 if ((msg->header.flags & ~VHOST_USER_FLAG_NEED_REPLY) != in vhost_user_recv_req()
247 msg->header.flags |= VHOST_USER_FLAG_NEED_REPLY; in vhost_user_send()
355 reply.header.flags &= ~VHOST_USER_FLAG_NEED_REPLY; in vhost_user_reply()
412 if (msg.msg.header.flags & VHOST_USER_FLAG_NEED_REPLY) in vu_req_read_message()