Searched refs:features_device (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/vdpa/ |
H A D | vdpa.c | 925 u64 features_device; in vdpa_dev_net_config_fill() local 929 features_device = vdev->config->get_device_features(vdev); in vdpa_dev_net_config_fill() 931 if (nla_put_u64_64bit(msg, VDPA_ATTR_DEV_FEATURES, features_device, in vdpa_dev_net_config_fill() 935 if (vdpa_dev_net_mtu_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill() 938 if (vdpa_dev_net_mac_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill() 941 if (vdpa_dev_net_status_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill() 944 return vdpa_dev_net_mq_config_fill(msg, features_device, &config); in vdpa_dev_net_config_fill()
|