Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dvdpa.h400 u64 (*get_device_features)(struct vdpa_device *vdev); member
/linux-6.12.1/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c783 .get_device_features = vdpasim_get_device_features,
824 .get_device_features = vdpasim_get_device_features,
/linux-6.12.1/drivers/virtio/
Dvirtio_vdpa.c418 return ops->get_device_features(vdpa); in virtio_vdpa_get_features()
/linux-6.12.1/drivers/vdpa/alibaba/
Deni_vdpa.c418 .get_device_features = eni_vdpa_get_device_features,
/linux-6.12.1/drivers/vdpa/virtio_pci/
Dvp_vdpa.c458 .get_device_features = vp_vdpa_get_device_features,
/linux-6.12.1/drivers/vdpa/
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-6.12.1/drivers/vdpa/ifcvf/
Difcvf_main.c633 .get_device_features = ifcvf_vdpa_get_device_features,
/linux-6.12.1/drivers/vdpa/octeon_ep/
Doctep_vdpa_main.c329 .get_device_features = octep_vdpa_get_device_features,
/linux-6.12.1/drivers/vdpa/pds/
Dvdpa_dev.c592 .get_device_features = pds_vdpa_get_device_features,
/linux-6.12.1/drivers/vdpa/solidrun/
Dsnet_main.c540 .get_device_features = snet_get_features,
/linux-6.12.1/drivers/vhost/
Dvdpa.c435 features = ops->get_device_features(vdpa); in vhost_vdpa_get_features()
/linux-6.12.1/drivers/vdpa/vdpa_user/
Dvduse_dev.c796 .get_device_features = vduse_vdpa_get_device_features,
/linux-6.12.1/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c3668 .get_device_features = mlx5_vdpa_get_device_features,