Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c35 #define VHOST_USER_NEED_REPLY_MASK (0x1 << 3) macro
298 msg.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_sock()
320 msg.flags |= VHOST_USER_NEED_REPLY_MASK; in vhost_user_sock()
369 if (need_reply || msg.flags & VHOST_USER_NEED_REPLY_MASK) { in vhost_user_sock()