Searched refs:vhost_user_get_features (Results 1 – 2 of 2) sorted by relevance
311 static int vhost_user_get_features(struct virtio_uml_device *vu_dev, in vhost_user_get_features() function496 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()
1118 static int vhost_user_get_features(struct vhost_dev *dev, uint64_t *features) in vhost_user_get_features() function1159 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,