coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smbios_type41 Struct Reference

#include <smbios.h>

Collaboration diagram for smbios_type41:
Collaboration graph

Data Fields

struct smbios_header header
 
u8 reference_designation
 
u8 device_type: 7
 
u8 device_status: 1
 
u8 device_type_instance
 
u16 segment_group_number
 
u8 bus_number
 
u8 function_number: 3
 
u8 device_number: 5
 
u8 eos [2]
 

Detailed Description

Definition at line 954 of file smbios.h.

Field Documentation

◆ bus_number

u8 smbios_type41::bus_number

Definition at line 961 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ device_number

u8 smbios_type41::device_number

Definition at line 963 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ device_status

u8 smbios_type41::device_status

Definition at line 958 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ device_type

u8 smbios_type41::device_type

Definition at line 957 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ device_type_instance

u8 smbios_type41::device_type_instance

Definition at line 959 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ eos

u8 smbios_type41::eos[2]

Definition at line 964 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ function_number

u8 smbios_type41::function_number

Definition at line 962 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ header

struct smbios_header smbios_type41::header

Definition at line 928 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ reference_designation

u8 smbios_type41::reference_designation

Definition at line 956 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().

◆ segment_group_number

u16 smbios_type41::segment_group_number

Definition at line 960 of file smbios.h.

Referenced by lumpy_smbios_type41_irq(), and smbios_write_type41().


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