Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvdpa.h511 static inline int vdpa_set_features(struct vdpa_device *vdev, u64 features) in vdpa_set_features() function
/openbmc/linux/include/linux/pds/
H A Dpds_adminq.h1204 struct pds_vdpa_set_features_cmd vdpa_set_features; member
/openbmc/linux/drivers/virtio/
H A Dvirtio_vdpa.c426 return vdpa_set_features(vdpa, vdev->features); in virtio_vdpa_finalize_features()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c436 if (vdpa_set_features(vdpa, features)) in vhost_vdpa_set_features()