Searched refs:VHOST_USER_SET_VRING_ENABLE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | blk_spec.h | 58 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost.h | 83 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
|
| H A D | vhost_vdpa.c | 53 [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 D | vhost_user.c | 244 [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 D | vhost_user.h | 48 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
|
| H A D | vhost_user.c | 78 [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()
|