ReactOS 0.4.15-dev-7942-gd23573b
_PCI_DEVICE Struct Reference

#include <pci.h>

Collaboration diagram for _PCI_DEVICE:

Public Attributes

LIST_ENTRY ListEntry
 
PDEVICE_OBJECT Pdo
 
ULONG BusNumber
 
PCI_SLOT_NUMBER SlotNumber
 
PCI_COMMON_CONFIG PciConfig
 
BOOLEAN EnableMemorySpace
 
BOOLEAN EnableIoSpace
 
BOOLEAN EnableBusMaster
 
BOOLEAN IsDebuggingDevice
 

Detailed Description

Definition at line 10 of file pci.h.

Member Data Documentation

◆ BusNumber

◆ EnableBusMaster

BOOLEAN _PCI_DEVICE::EnableBusMaster

Definition at line 27 of file pci.h.

Referenced by PdoQueryResources(), and PdoStartDevice().

◆ EnableIoSpace

BOOLEAN _PCI_DEVICE::EnableIoSpace

Definition at line 25 of file pci.h.

Referenced by PdoQueryResources(), and PdoStartDevice().

◆ EnableMemorySpace

BOOLEAN _PCI_DEVICE::EnableMemorySpace

Definition at line 23 of file pci.h.

Referenced by PdoQueryResources(), and PdoStartDevice().

◆ IsDebuggingDevice

BOOLEAN _PCI_DEVICE::IsDebuggingDevice

Definition at line 29 of file pci.h.

◆ ListEntry

LIST_ENTRY _PCI_DEVICE::ListEntry

Definition at line 13 of file pci.h.

◆ PciConfig

◆ Pdo

PDEVICE_OBJECT _PCI_DEVICE::Pdo

Definition at line 15 of file pci.h.

◆ SlotNumber


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