Searched refs:vhost_user_set_vring_enable (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | virtio_uml.c | 764 static int vhost_user_set_vring_enable(struct virtio_uml_device *vu_dev, in vhost_user_set_vring_enable() function 886 WARN_ON(vhost_user_set_vring_enable(vu_dev, vq->index, false)); in vu_del_vqs() 1057 rc = vhost_user_set_vring_enable(vu_dev, vq->index, true); in vu_find_vqs() 1411 vhost_user_set_vring_enable(vu_dev, vq->index, false); in virtio_uml_suspend() 1434 vhost_user_set_vring_enable(vu_dev, vq->index, true); in virtio_uml_resume()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1217 static int vhost_user_set_vring_enable(struct vhost_dev *dev, int enable) in vhost_user_set_vring_enable() function 3025 .vhost_set_vring_enable = vhost_user_set_vring_enable,
|