Home
last modified time | relevance | path

Searched refs:vhost_vdpa_get_features (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/net/
H A Dvhost-vdpa.c1743 static int vhost_vdpa_get_features(int fd, uint64_t *features, Error **errp) in vhost_vdpa_get_features() function
1826 r = vhost_vdpa_get_features(vdpa_device_fd, &features, errp); in net_init_vhost_vdpa()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c1506 static int vhost_vdpa_get_features(struct vhost_dev *dev, in vhost_vdpa_get_features() function
1557 .vhost_get_features = vhost_vdpa_get_features,
H A Dtrace-events65 vhost_vdpa_get_features(void *dev, uint64_t features) "dev: %p features: 0x%"PRIx64
/openbmc/linux/drivers/vhost/
H A Dvdpa.c390 static long vhost_vdpa_get_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_get_features() function
735 r = vhost_vdpa_get_features(v, argp); in vhost_vdpa_unlocked_ioctl()