Home
last modified time | relevance | path

Searched refs:VHOST_USER_FLAG_NEED_REPLY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvhost_user.h9 #define VHOST_USER_FLAG_NEED_REPLY BIT(3) macro
H A Dvirtio_uml.c206 if ((msg->header.flags & ~VHOST_USER_FLAG_NEED_REPLY) != in vhost_user_recv_req()
235 msg->header.flags |= VHOST_USER_FLAG_NEED_REPLY; in vhost_user_send()
343 reply.header.flags &= ~VHOST_USER_FLAG_NEED_REPLY; in vhost_user_reply()
396 if (msg.msg.header.flags & VHOST_USER_FLAG_NEED_REPLY) in vu_req_interrupt()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvhost_user.h9 #define VHOST_USER_FLAG_NEED_REPLY BIT(3) macro
H A Dvirtio_uml.c219 if ((msg->header.flags & ~VHOST_USER_FLAG_NEED_REPLY) != in vhost_user_recv_req()
248 msg->header.flags |= VHOST_USER_FLAG_NEED_REPLY; in vhost_user_send()
356 reply.header.flags &= ~VHOST_USER_FLAG_NEED_REPLY; in vhost_user_reply()
413 if (msg.msg.header.flags & VHOST_USER_FLAG_NEED_REPLY) in vu_req_read_message()

Completed in 6 milliseconds