Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c19 static u64 pds_vdpa_get_driver_features(struct vdpa_device *vdpa_dev);
139 driver_features = pds_vdpa_get_driver_features(vdpa_dev); in pds_vdpa_set_vq_ready()
186 driver_features = pds_vdpa_get_driver_features(vdpa_dev); in pds_vdpa_set_vq_state()
239 driver_features = pds_vdpa_get_driver_features(vdpa_dev); in pds_vdpa_get_vq_state()
321 driver_features = pds_vdpa_get_driver_features(vdpa_dev); in pds_vdpa_set_driver_features()
339 static u64 pds_vdpa_get_driver_features(struct vdpa_device *vdpa_dev) in pds_vdpa_get_driver_features() function
588 .get_driver_features = pds_vdpa_get_driver_features,