FreeBSD kernel BXE device code
bxe_drvinfo Struct Reference

#include <bxe_ioctl.h>

Data Fields

char drv_name [BXE_DRV_NAME_LENGTH]
 
char drv_version [BXE_DRV_VERSION_LENGTH]
 
char mfw_version [BXE_MFW_VERSION_LENGTH]
 
char stormfw_version [BXE_STORMFW_VERSION_LENGTH]
 
uint32_t eeprom_dump_len
 
uint32_t reg_dump_len
 
char bus_info [BXE_BUS_INFO_LENGTH]
 

Detailed Description

Definition at line 51 of file bxe_ioctl.h.

Field Documentation

◆ bus_info

char bxe_drvinfo::bus_info[BXE_BUS_INFO_LENGTH]

Definition at line 58 of file bxe_ioctl.h.

Referenced by bxe_eioctl().

◆ drv_name

char bxe_drvinfo::drv_name[BXE_DRV_NAME_LENGTH]

Definition at line 52 of file bxe_ioctl.h.

Referenced by bxe_eioctl().

◆ drv_version

char bxe_drvinfo::drv_version[BXE_DRV_VERSION_LENGTH]

Definition at line 53 of file bxe_ioctl.h.

Referenced by bxe_eioctl().

◆ eeprom_dump_len

uint32_t bxe_drvinfo::eeprom_dump_len

Definition at line 56 of file bxe_ioctl.h.

Referenced by bxe_eioctl().

◆ mfw_version

char bxe_drvinfo::mfw_version[BXE_MFW_VERSION_LENGTH]

Definition at line 54 of file bxe_ioctl.h.

Referenced by bxe_eioctl().

◆ reg_dump_len

uint32_t bxe_drvinfo::reg_dump_len

Definition at line 57 of file bxe_ioctl.h.

Referenced by bxe_eioctl().

◆ stormfw_version

char bxe_drvinfo::stormfw_version[BXE_STORMFW_VERSION_LENGTH]

Definition at line 55 of file bxe_ioctl.h.

Referenced by bxe_eioctl().


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