Home
last modified time | relevance | path

Searched refs:vdpa_set_features_unlocked (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Dvdpa.h500 static inline int vdpa_set_features_unlocked(struct vdpa_device *vdev, u64 features) in vdpa_set_features_unlocked() function
516 ret = vdpa_set_features_unlocked(vdev, features); in vdpa_set_features()
/linux-6.6.21/drivers/vdpa/
Dvdpa.c384 vdpa_set_features_unlocked(vdev, 0); in vdpa_get_config_unlocked()