Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dblk_spec.h40 VHOST_USER_NONE = 0, enumerator
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h65 VHOST_USER_NONE = 0, enumerator
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h30 VHOST_USER_NONE = 0, enumerator
H A Dvhost_user.c60 [VHOST_USER_NONE] = "VHOST_USER_NONE",
2526 [VHOST_USER_NONE] = NULL,
2745 if (request > VHOST_USER_NONE && request < VHOST_USER_MAX && in vhost_user_msg_handler()
2816 if (request > VHOST_USER_NONE && request < VHOST_USER_MAX) { in vhost_user_msg_handler()