Searched refs:vhost_vdpa_get_features (Results 1 – 4 of 4) sorted by relevance
1743 static int vhost_vdpa_get_features(int fd, uint64_t *features, Error **errp) in vhost_vdpa_get_features() function1826 r = vhost_vdpa_get_features(vdpa_device_fd, &features, errp); in net_init_vhost_vdpa()
1506 static int vhost_vdpa_get_features(struct vhost_dev *dev, in vhost_vdpa_get_features() function1557 .vhost_get_features = vhost_vdpa_get_features,
65 vhost_vdpa_get_features(void *dev, uint64_t features) "dev: %p features: 0x%"PRIx64
390 static long vhost_vdpa_get_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_get_features() function735 r = vhost_vdpa_get_features(v, argp); in vhost_vdpa_unlocked_ioctl()