Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dblk_spec.h79 #define VHOST_USER_VERSION_MASK 0x3 macro
/dpdk/lib/vhost/
H A Dvhost_user.h132 #define VHOST_USER_VERSION_MASK 0x3 macro
H A Dvhost_user.c2754 ctx->msg.flags &= ~VHOST_USER_VERSION_MASK; in send_vhost_reply()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c86 #define VHOST_USER_VERSION_MASK 0x3 macro