iPXE
Data Fields
ena_host_info Struct Reference

Host information. More...

#include <ena.h>

Data Fields

uint32_t type
 Operating system type. More...
 
char dist_str [128]
 Operating system distribution (string) More...
 
uint32_t dist
 Operating system distribution (numeric) More...
 
char kernel_str [32]
 Kernel version (string) More...
 
uint32_t kernel
 Kernel version (numeric) More...
 
uint32_t version
 Driver version. More...
 
uint64_t linux_features
 Linux network device features. More...
 
uint16_t spec
 ENA specification version. More...
 
uint16_t busdevfn
 PCI bus:dev.fn address. More...
 
uint16_t cpus
 Number of CPUs. More...
 
uint8_t reserved_a [2]
 Reserved. More...
 
uint32_t features
 Supported features. More...
 

Detailed Description

Host information.

Definition at line 167 of file ena.h.

Field Documentation

◆ type

uint32_t ena_host_info::type

Operating system type.

Definition at line 169 of file ena.h.

◆ dist_str

char ena_host_info::dist_str[128]

Operating system distribution (string)

Definition at line 171 of file ena.h.

◆ dist

uint32_t ena_host_info::dist

Operating system distribution (numeric)

Definition at line 173 of file ena.h.

◆ kernel_str

char ena_host_info::kernel_str[32]

Kernel version (string)

Definition at line 175 of file ena.h.

◆ kernel

uint32_t ena_host_info::kernel

Kernel version (numeric)

Definition at line 177 of file ena.h.

◆ version

uint32_t ena_host_info::version

Driver version.

Definition at line 179 of file ena.h.

◆ linux_features

uint64_t ena_host_info::linux_features

Linux network device features.

Definition at line 181 of file ena.h.

◆ spec

uint16_t ena_host_info::spec

ENA specification version.

Definition at line 183 of file ena.h.

◆ busdevfn

uint16_t ena_host_info::busdevfn

PCI bus:dev.fn address.

Definition at line 185 of file ena.h.

◆ cpus

uint16_t ena_host_info::cpus

Number of CPUs.

Definition at line 187 of file ena.h.

◆ reserved_a

uint8_t ena_host_info::reserved_a[2]

Reserved.

Definition at line 189 of file ena.h.

◆ features

uint32_t ena_host_info::features

Supported features.

Definition at line 191 of file ena.h.


The documentation for this struct was generated from the following file: