// miniport.h
typedef enum {
NoAspmSupport,
L0sEntrySupport,
L1EntrySupport,
L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;
View the official Windows Driver Kit DDI reference// ntddk.h
typedef enum {
NoAspmSupport,
L0sEntrySupport,
L1EntrySupport,
L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the PCI_EXPRESS_ASPM_SUPPORT enumeration.
NoAspmSupportDefines the NoAspmSupport constant.
L0sEntrySupportDefines the L0sEntrySupport constant.
L1EntrySupportDefines the L1EntrySupport constant.
L0sAndL1EntrySupportDefines the L0sAndL1EntrySupport constant.
This topic describes the PCI_EXPRESS_ASPM_SUPPORT enumeration.
NoAspmSupportDefines the NoAspmSupport constant.
L0sEntrySupportDefines the L0sEntrySupport constant.
L1EntrySupportDefines the L1EntrySupport constant.
L0sAndL1EntrySupportDefines the L0sAndL1EntrySupport constant.