Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vdpa/
Dvdpa.c847 u64 features_device; in vdpa_dev_net_config_fill() local
856 features_device = vdev->config->get_device_features(vdev); in vdpa_dev_net_config_fill()
858 if (nla_put_u64_64bit(msg, VDPA_ATTR_VDPA_DEV_SUPPORTED_FEATURES, features_device, in vdpa_dev_net_config_fill()
862 if (vdpa_dev_net_mtu_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill()
865 if (vdpa_dev_net_mac_config_fill(msg, features_device, &config)) in vdpa_dev_net_config_fill()
868 return vdpa_dev_net_mq_config_fill(msg, features_device, &config); in vdpa_dev_net_config_fill()