Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dblk_spec.h81 #define VHOST_USER_REPLY_MASK (0x1 << 2) macro
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h135 #define VHOST_USER_REPLY_MASK (0x1 << 2) macro
H A Dvhost_user.c2612 msg->flags |= VHOST_USER_REPLY_MASK; in send_vhost_reply()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c34 #define VHOST_USER_REPLY_MASK (0x1 << 2) macro
90 uint32_t valid_flags = VHOST_USER_REPLY_MASK | VHOST_USER_VERSION; in vhost_user_read()