Home
last modified time | relevance | path

Searched refs:vhost_user_get_features (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dvirtio_uml.c311 static int vhost_user_get_features(struct virtio_uml_device *vu_dev, in vhost_user_get_features() function
496 rc = vhost_user_get_features(vu_dev, &vu_dev->features); in vhost_user_init()
889 WARN_ON(vhost_user_get_features(vu_dev, &features)); in vu_del_vqs()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1118 static int vhost_user_get_features(struct vhost_dev *dev, uint64_t *features) in vhost_user_get_features() function
1159 return vhost_user_get_features(dev, &dummy); in vhost_user_write_sync()
2175 err = vhost_user_get_features(dev, &features); in vhost_user_backend_init()
3032 .vhost_get_features = vhost_user_get_features,