Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvdpa.h453 static inline int vdpa_set_features(struct vdpa_device *vdev, u64 features) in vdpa_set_features() function
/linux-6.1.9/drivers/virtio/
Dvirtio_vdpa.c322 return vdpa_set_features(vdpa, vdev->features); in virtio_vdpa_finalize_features()
/linux-6.1.9/drivers/vhost/
Dvdpa.c392 if (vdpa_set_features(vdpa, features)) in vhost_vdpa_set_features()