PCI_EXPRESS_MAX_PAYLOAD_SIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

typedef enum {
  MaxPayload128Bytes,
  MaxPayload256Bytes,
  MaxPayload512Bytes,
  MaxPayload1024Bytes,
  MaxPayload2048Bytes,
  MaxPayload4096Bytes
} PCI_EXPRESS_MAX_PAYLOAD_SIZE;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  MaxPayload128Bytes,
  MaxPayload256Bytes,
  MaxPayload512Bytes,
  MaxPayload1024Bytes,
  MaxPayload2048Bytes,
  MaxPayload4096Bytes
} PCI_EXPRESS_MAX_PAYLOAD_SIZE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-miniport-pci_express_max_payload_size)

Description

PCI_EXPRESS_MAX_PAYLOAD_SIZE enumerates the maximum data payload sizes for a PCI Express (PCIe) controller.

Constants

MaxPayload128Bytes

The PCIe controller will use a maximum data payload size of 128 bytes.

MaxPayload256Bytes

The PCIe controller will use a maximum data payload size of 256 bytes.

MaxPayload512Bytes

The PCIe controller will use a maximum data payload size of 512 bytes.

MaxPayload1024Bytes

The PCIe controller will use a maximum data payload size of 1024 bytes.

MaxPayload2048Bytes

The PCIe controller will use a maximum data payload size of 2048 bytes.

MaxPayload4096Bytes

The PCIe controller will use a maximum data payload size of 4096 bytes.

Remarks

PCI_EXPRESS_MAX_PAYLOAD_SIZE is reserved for system use.


Windows Driver Kit DDI reference (ne-ntddk-pci_express_max_payload_size)

Description

This topic describes the PCI_EXPRESS_MAX_PAYLOAD_SIZE enumeration.

Constants

MaxPayload128Bytes

Defines the MaxPayload128Bytes constant.

MaxPayload256Bytes

Defines the MaxPayload256Bytes constant.

MaxPayload512Bytes

Defines the MaxPayload512Bytes constant.

MaxPayload1024Bytes

Defines the MaxPayload1024Bytes constant.

MaxPayload2048Bytes

Defines the MaxPayload2048Bytes constant.

MaxPayload4096Bytes

Defines the MaxPayload4096Bytes constant.

Remarks

See also