Skip to content

Latest commit

 

History

History
113 lines (93 loc) · 2.92 KB

ns-ntddk-pci_express_link_capabilities_2_register.md

File metadata and controls

113 lines (93 loc) · 2.92 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NS:ntddk._PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
kernel
PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER (ntddk.h)
03/28/2022
Windows
This topic describes the PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER union.
false
structure
ntddk.h
Ntddk.h
Windows 11, version 22H2
PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER, *PPCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
apiref
HeaderDef
ntddk.h
_PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
PPCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
_PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
ntddk/_PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
PPCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
ntddk/PPCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
ntddk/PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER
c++
_PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER

-description

The PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER structure describes a PCI Express (PCIe) link capabilities 2 register of a PCIe capability structure. This is an extension of the PCIe link capabilities register.

-struct-fields

-field DUMMYSTRUCTNAME

-field DUMMYSTRUCTNAME.Rsvd0

Reserved.

-field DUMMYSTRUCTNAME.SupportedLinkSpeedsVector

Indicates the supported link speeds of the PCIe link. For each bit position, a value of 1b indicates that the corresponding link speed is supported; otherwise, that speed is not supported. Note that this field is preferred as the source of truth over the MaximumLinkSpeed field.

Bit definitions within this field with the corresponding link speed are:

Bit Position Supported Link Speed
0 2.5 GT/s
1 5.0 GT/s
2 8.0 GT/s
3 16.0 GT/s
4 32.0 GT/s
All other bit positions Reserved

-field DUMMYSTRUCTNAME.Rsvd8_31

Reserved.

-field AsULONG

A ULONG representation of the contents of the PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER structure.

-remarks

A PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER structure is contained in the PCI_EXPRESS_CAPABILITY_REGISTER structure.

-see-also

PCI_EXPRESS_CAPABILITY_REGISTER

PCI_EXPRESS_LINK_CAPABILITIES_REGISTER