Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dblk_spec.h58 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
/dpdk/lib/vhost/
H A Dvhost_user.h48 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
H A Dvhost_user.c2684 VHOST_MESSAGE_HANDLER(VHOST_USER_SET_VRING_ENABLE, vhost_user_set_vring_enable, false) \
2796 case VHOST_USER_SET_VRING_ENABLE: in vhost_user_check_and_alloc_queue_pair()
2934 case VHOST_USER_SET_VRING_ENABLE: in vhost_user_msg_handler()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c78 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
526 return vhost_user_set_vring(dev, VHOST_USER_SET_VRING_ENABLE, state); in vhost_user_set_vring_enable()