TianoCore EDK2 master
Loading...
Searching...
No Matches
PCI_RESOURCE_NODE Struct Reference

Data Fields

UINT32 Signature
 
LIST_ENTRY Link
 
LIST_ENTRY ChildList
 
PCI_IO_DEVICEPciDev
 
UINT64 Alignment
 
UINT64 Offset
 
UINT8 Bar
 
PCI_BAR_TYPE ResType
 
UINT64 Length
 
BOOLEAN Reserved
 
PCI_RESOURCE_USAGE ResourceUsage
 
BOOLEAN Virtual
 

Detailed Description

Definition at line 19 of file PciResourceSupport.h.

Field Documentation

◆ Alignment

UINT64 PCI_RESOURCE_NODE::Alignment

Definition at line 24 of file PciResourceSupport.h.

◆ Bar

UINT8 PCI_RESOURCE_NODE::Bar

Definition at line 26 of file PciResourceSupport.h.

◆ ChildList

LIST_ENTRY PCI_RESOURCE_NODE::ChildList

Definition at line 22 of file PciResourceSupport.h.

◆ Length

UINT64 PCI_RESOURCE_NODE::Length

Definition at line 28 of file PciResourceSupport.h.

◆ Link

LIST_ENTRY PCI_RESOURCE_NODE::Link

Definition at line 21 of file PciResourceSupport.h.

◆ Offset

UINT64 PCI_RESOURCE_NODE::Offset

Definition at line 25 of file PciResourceSupport.h.

◆ PciDev

PCI_IO_DEVICE* PCI_RESOURCE_NODE::PciDev

Definition at line 23 of file PciResourceSupport.h.

◆ Reserved

BOOLEAN PCI_RESOURCE_NODE::Reserved

Definition at line 29 of file PciResourceSupport.h.

◆ ResourceUsage

PCI_RESOURCE_USAGE PCI_RESOURCE_NODE::ResourceUsage

Definition at line 30 of file PciResourceSupport.h.

◆ ResType

PCI_BAR_TYPE PCI_RESOURCE_NODE::ResType

Definition at line 27 of file PciResourceSupport.h.

◆ Signature

UINT32 PCI_RESOURCE_NODE::Signature

Definition at line 20 of file PciResourceSupport.h.

◆ Virtual

BOOLEAN PCI_RESOURCE_NODE::Virtual

Definition at line 31 of file PciResourceSupport.h.


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