|
ReactOS 0.4.17-dev-934-g091855f
|
#include <pci.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static BOOLEAN NTAPI | PciIsExtendedCapabilityOffsetValid (_In_ ULONG Offset) |
| ULONG NTAPI | PciReadDeviceExtendedCapability (_In_ PPCI_PDO_EXTENSION DeviceExtension, _In_ ULONG CapabilityId, _Out_writes_bytes_(Length) PPCI_EXPRESS_ENHANCED_CAPABILITY_HEADER Buffer, _In_ ULONG Length) |
| Finds an extended capability and reads it into the caller's buffer. | |
| VOID NTAPI | PciGetExpressCapabilities (_Inout_ PPCI_PDO_EXTENSION PdoExtension) |
| Records the Express capability of a new function and whether its extended configuration space can be reached. | |
| VOID NTAPI PciGetExpressCapabilities | ( | _Inout_ PPCI_PDO_EXTENSION | PdoExtension | ) |
Records the Express capability of a new function and whether its extended configuration space can be reached.
| [in,out] | PdoExtension | The PDO extension of the function being enumerated. |
Definition at line 99 of file express.c.
Referenced by PciGetEnhancedCapabilities().
Definition at line 20 of file express.c.
Referenced by PciReadDeviceExtendedCapability().
| ULONG NTAPI PciReadDeviceExtendedCapability | ( | _In_ PPCI_PDO_EXTENSION | DeviceExtension, |
| _In_ ULONG | CapabilityId, | ||
| _Out_writes_bytes_(Length) PPCI_EXPRESS_ENHANCED_CAPABILITY_HEADER | Buffer, | ||
| _In_ ULONG | Length | ||
| ) |
Finds an extended capability and reads it into the caller's buffer.
Definition at line 39 of file express.c.