Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvdpa.h442 static inline int vdpa_set_features_unlocked(struct vdpa_device *vdev, u64 features) in vdpa_set_features_unlocked() function
458 ret = vdpa_set_features_unlocked(vdev, features); in vdpa_set_features()
/linux-6.1.9/drivers/vdpa/
Dvdpa.c379 vdpa_set_features_unlocked(vdev, 0); in vdpa_get_config_unlocked()