Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c2724 struct ena_admin_host_info *host_info; in ena_config_host_info() local
2735 host_info = ena_dev->host_attr.host_info; in ena_config_host_info()
2737 host_info->bdf = pci_dev_id(pdev); in ena_config_host_info()
2738 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info()
2739 host_info->kernel_ver = LINUX_VERSION_CODE; in ena_config_host_info()
2740 ret = strscpy(host_info->kernel_ver_str, utsname()->version, in ena_config_host_info()
2741 sizeof(host_info->kernel_ver_str)); in ena_config_host_info()
2746 host_info->os_dist = 0; in ena_config_host_info()
2747 ret = strscpy(host_info->os_dist_str, utsname()->release, in ena_config_host_info()
2748 sizeof(host_info->os_dist_str)); in ena_config_host_info()
[all …]
H A Dena_com.h346 struct ena_admin_host_info *host_info; member