Home | History | Annotate | Download | only in pci

Lines Matching defs:host_info

2488 ena_update_host_info(struct ena_admin_host_info *host_info, struct ifnet *ifp)
2491 host_info->supported_network_features[0] =
3192 struct ena_admin_host_info *host_info;
3202 host_info = ena_dev->host_attr.host_info;
3204 host_info->os_type = ENA_ADMIN_OS_FREEBSD;
3205 host_info->kernel_ver = osreldate;
3207 snprintf(host_info->kernel_ver_str, sizeof(host_info->kernel_ver_str),
3209 host_info->os_dist = 0;
3210 strncpy(host_info->os_dist_str, osrelease,
3211 sizeof(host_info->os_dist_str) - 1);
3213 host_info->driver_version =
3564 struct ena_admin_host_info *host_info =
3565 adapter->ena_dev->host_attr.host_info;
3575 if (host_info != NULL)
3576 ena_update_host_info(host_info, adapter->ifp);