Searched refs:VHOST_USER_SET_VRING_ENABLE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | vhost_user.h | 49 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
|
H A D | virtio_uml.c | 770 return vhost_user_set_vring_state(vu_dev, VHOST_USER_SET_VRING_ENABLE, in vhost_user_set_vring_enable()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 96 VHOST_USER_SET_VRING_ENABLE = 18, enumerator
|
H A D | libvhost-user.c | 148 REQ(VHOST_USER_SET_VRING_ENABLE), in vu_request_to_string() 2117 case VHOST_USER_SET_VRING_ENABLE: in vu_process_message()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 88 VHOST_USER_SET_VRING_ENABLE = 18, enumerator 507 case VHOST_USER_SET_VRING_ENABLE: in chr_read()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 81 VHOST_USER_SET_VRING_ENABLE = 18, enumerator 1264 ret = vhost_set_vring(dev, VHOST_USER_SET_VRING_ENABLE, &state, true); in vhost_user_set_vring_enable()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 465 Rings can be enabled or disabled by ``VHOST_USER_SET_VRING_ENABLE``. 511 The front-end enables queues by sending message ``VHOST_USER_SET_VRING_ENABLE``. 1319 ``VHOST_USER_SET_VRING_ENABLE``
|