Searched refs:get_device_features (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/include/linux/ |
D | vdpa.h | 400 u64 (*get_device_features)(struct vdpa_device *vdev); member
|
/linux-6.12.1/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 783 .get_device_features = vdpasim_get_device_features, 824 .get_device_features = vdpasim_get_device_features,
|
/linux-6.12.1/drivers/virtio/ |
D | virtio_vdpa.c | 418 return ops->get_device_features(vdpa); in virtio_vdpa_get_features()
|
/linux-6.12.1/drivers/vdpa/alibaba/ |
D | eni_vdpa.c | 418 .get_device_features = eni_vdpa_get_device_features,
|
/linux-6.12.1/drivers/vdpa/virtio_pci/ |
D | vp_vdpa.c | 458 .get_device_features = vp_vdpa_get_device_features,
|
/linux-6.12.1/drivers/vdpa/ |
D | vdpa.c | 929 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/ |
D | ifcvf_main.c | 633 .get_device_features = ifcvf_vdpa_get_device_features,
|
/linux-6.12.1/drivers/vdpa/octeon_ep/ |
D | octep_vdpa_main.c | 329 .get_device_features = octep_vdpa_get_device_features,
|
/linux-6.12.1/drivers/vdpa/pds/ |
D | vdpa_dev.c | 592 .get_device_features = pds_vdpa_get_device_features,
|
/linux-6.12.1/drivers/vdpa/solidrun/ |
D | snet_main.c | 540 .get_device_features = snet_get_features,
|
/linux-6.12.1/drivers/vhost/ |
D | vdpa.c | 435 features = ops->get_device_features(vdpa); in vhost_vdpa_get_features()
|
/linux-6.12.1/drivers/vdpa/vdpa_user/ |
D | vduse_dev.c | 796 .get_device_features = vduse_vdpa_get_device_features,
|
/linux-6.12.1/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 3668 .get_device_features = mlx5_vdpa_get_device_features,
|