Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dblk_spec.h58 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h83 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
H A Dvhost_vdpa.c53 [VHOST_USER_SET_VRING_ENABLE] = VHOST_VDPA_SET_VRING_ENABLE,
283 if (vhost_vdpa_ioctl(dev, VHOST_USER_SET_VRING_ENABLE, &state)) in vhost_vdpa_enable_queue_pair()
H A Dvhost_user.c244 [VHOST_USER_SET_VRING_ENABLE] = "VHOST_SET_VRING_ENABLE",
329 case VHOST_USER_SET_VRING_ENABLE: in vhost_user_sock()
509 if (vhost_user_sock(dev, VHOST_USER_SET_VRING_ENABLE, &state)) in vhost_user_enable_queue_pair()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h48 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
H A Dvhost_user.c78 [VHOST_USER_SET_VRING_ENABLE] = "VHOST_USER_SET_VRING_ENABLE",
2544 [VHOST_USER_SET_VRING_ENABLE] = vhost_user_set_vring_enable,
2649 case VHOST_USER_SET_VRING_ENABLE: in vhost_user_check_and_alloc_queue_pair()
2784 case VHOST_USER_SET_VRING_ENABLE: in vhost_user_msg_handler()