Lines Matching defs:host_info
2709 struct ena_admin_host_info *host_info;
2720 host_info = ena_dev->host_attr.host_info;
2722 host_info->bdf = pci_dev_id(pdev);
2723 host_info->os_type = ENA_ADMIN_OS_LINUX;
2724 host_info->kernel_ver = LINUX_VERSION_CODE;
2725 ret = strscpy(host_info->kernel_ver_str, utsname()->version,
2726 sizeof(host_info->kernel_ver_str));
2731 host_info->os_dist = 0;
2732 ret = strscpy(host_info->os_dist_str, utsname()->release,
2733 sizeof(host_info->os_dist_str));
2738 host_info->driver_version =
2743 host_info->num_cpus = num_online_cpus();
2745 host_info->driver_supported_features =
3673 static void ena_update_host_info(struct ena_admin_host_info *host_info,
3676 host_info->supported_network_features[0] =
3678 host_info->supported_network_features[1] =
3687 struct ena_admin_host_info *host_info =
3688 adapter->ena_dev->host_attr.host_info;
3701 if (host_info)
3702 ena_update_host_info(host_info, adapter->netdev);