DynamicTablesPkg[all]  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CmArmDeviceHandlePci Struct Reference

Data Fields

UINT16 SegmentNumber
 PCI Segment Number. More...
 
UINT8 BusNumber
 PCI Bus Number - Max 256 busses (Bits 15:8 of BDF) More...
 
UINT8 DeviceNumber
 PCI Device Number - Max 32 devices (Bits 7:3 of BDF) More...
 
UINT8 FunctionNumber
 PCI Function Number - Max 8 functions (Bits 2:0 of BDF) More...
 

Detailed Description

A structure that describes the PCI Device Handle (Type 1) in the Generic Initiator Affinity structure in SRAT

ID: EArmObjDeviceHandlePci

Field Documentation

UINT8 CmArmDeviceHandlePci::BusNumber

PCI Bus Number - Max 256 busses (Bits 15:8 of BDF)

UINT8 CmArmDeviceHandlePci::DeviceNumber

PCI Device Number - Max 32 devices (Bits 7:3 of BDF)

UINT8 CmArmDeviceHandlePci::FunctionNumber

PCI Function Number - Max 8 functions (Bits 2:0 of BDF)

UINT16 CmArmDeviceHandlePci::SegmentNumber

PCI Segment Number.