Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c384 vdpa_set_features_unlocked(vdev, 0); in vdpa_get_config_unlocked()