Searched refs:features_device (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/vdpa/ |
| H A D | vdpa.c | 928 u64 features_device; in vdpa_dev_net_config_fill() local 932 features_device = vdev->config->get_device_features(vdev); in vdpa_dev_net_config_fill() 934 if (nla_put_u64_64bit(msg, VDPA_ATTR_DEV_FEATURES, features_device, in vdpa_dev_net_config_fill() 938 if (vdpa_dev_net_mtu_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill() 941 if (vdpa_dev_net_mac_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill() 944 if (vdpa_dev_net_status_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill() 947 return vdpa_dev_net_mq_config_fill(msg, features_device, &config); in vdpa_dev_net_config_fill() 1116 u64 features_device; in vdpa_dev_blk_config_fill() local 1120 features_device = vdev->config->get_device_features(vdev); in vdpa_dev_blk_config_fill() 1122 if (nla_put_u64_64bit(msg, VDPA_ATTR_DEV_FEATURES, features_device, in vdpa_dev_blk_config_fill() [all …]
|