iPXE
Data Fields
PCI_DATA_STRUCTURE Struct Reference

PCI Data Structure Format Section 6.3.1.2, PCI Local Bus Specification, 2.2. More...

#include <Pci22.h>

Data Fields

UINT32 Signature
 "PCIR" More...
 
UINT16 VendorId
 
UINT16 DeviceId
 
UINT16 Reserved0
 
UINT16 Length
 
UINT8 Revision
 
UINT8 ClassCode [3]
 
UINT16 ImageLength
 
UINT16 CodeRevision
 
UINT8 CodeType
 
UINT8 Indicator
 
UINT16 Reserved1
 

Detailed Description

PCI Data Structure Format Section 6.3.1.2, PCI Local Bus Specification, 2.2.

Definition at line 840 of file Pci22.h.

Field Documentation

◆ Signature

UINT32 PCI_DATA_STRUCTURE::Signature

"PCIR"

Definition at line 841 of file Pci22.h.

◆ VendorId

UINT16 PCI_DATA_STRUCTURE::VendorId

Definition at line 842 of file Pci22.h.

◆ DeviceId

UINT16 PCI_DATA_STRUCTURE::DeviceId

Definition at line 843 of file Pci22.h.

◆ Reserved0

UINT16 PCI_DATA_STRUCTURE::Reserved0

Definition at line 844 of file Pci22.h.

◆ Length

UINT16 PCI_DATA_STRUCTURE::Length

Definition at line 845 of file Pci22.h.

◆ Revision

UINT8 PCI_DATA_STRUCTURE::Revision

Definition at line 846 of file Pci22.h.

◆ ClassCode

UINT8 PCI_DATA_STRUCTURE::ClassCode[3]

Definition at line 847 of file Pci22.h.

◆ ImageLength

UINT16 PCI_DATA_STRUCTURE::ImageLength

Definition at line 848 of file Pci22.h.

◆ CodeRevision

UINT16 PCI_DATA_STRUCTURE::CodeRevision

Definition at line 849 of file Pci22.h.

◆ CodeType

UINT8 PCI_DATA_STRUCTURE::CodeType

Definition at line 850 of file Pci22.h.

◆ Indicator

UINT8 PCI_DATA_STRUCTURE::Indicator

Definition at line 851 of file Pci22.h.

◆ Reserved1

UINT16 PCI_DATA_STRUCTURE::Reserved1

Definition at line 852 of file Pci22.h.


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