Home
last modified time | relevance | path

Searched refs:vdpa_set_features (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dvdpa.h315 static inline int vdpa_set_features(struct vdpa_device *vdev, u64 features) in vdpa_set_features() function
334 vdpa_set_features(vdev, 0); in vdpa_get_config()
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_vdpa.c302 return vdpa_set_features(vdpa, vdev->features); in virtio_vdpa_finalize_features()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvdpa.c296 if (vdpa_set_features(vdpa, features)) in vhost_vdpa_set_features()