Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvdpa.h400 u64 (*get_device_features)(struct vdpa_device *vdev); member
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c783 .get_device_features = vdpasim_get_device_features,
824 .get_device_features = vdpasim_get_device_features,
/linux/drivers/vdpa/alibaba/
H A Deni_vdpa.c418 .get_device_features = eni_vdpa_get_device_features,
/linux/drivers/virtio/
H A Dvirtio_vdpa.c418 return ops->get_device_features(vdpa); in virtio_vdpa_get_features()
/linux/drivers/vdpa/
H A Dvdpa.c929 features_device = vdev->config->get_device_features(vdev); in vdpa_dev_net_config_fill()
1117 features_device = vdev->config->get_device_features(vdev); in vdpa_dev_blk_config_fill()
/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c633 .get_device_features = ifcvf_vdpa_get_device_features,
/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c329 .get_device_features = octep_vdpa_get_device_features,
/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c592 .get_device_features = pds_vdpa_get_device_features,
/linux/drivers/vdpa/solidrun/
H A Dsnet_main.c540 .get_device_features = snet_get_features,
/linux/drivers/vhost/
H A Dvdpa.c435 features = ops->get_device_features(vdpa); in vhost_vdpa_get_features()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3668 .get_device_features = mlx5_vdpa_get_device_features,