NDIS_MSIX_TABLE_OPERATION - NtDoc

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

typedef enum _NDIS_MSIX_TABLE_CONFIG {
  NdisMSIXTableConfigSetTableEntry,
  NdisMSIXTableConfigMaskTableEntry,
  NdisMSIXTableConfigUnmaskTableEntry,
  NdisMSIXTableConfigMax
} NDIS_MSIX_TABLE_OPERATION, *PNDIS_MSIX_TABLE_OPERATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ndis-_ndis_msix_table_config)

_NDIS_MSIX_TABLE_CONFIG enumeration

Description

The NDIS_MSIX_TABLE_OPERATION enumeration identifies the type of MSI-X configuration operation.

Constants

NdisMSIXTableConfigSetTableEntry

The MSI-X table entry should be mapped to an MSI-X message that the bus driver allocated to the device.

NdisMSIXTableConfigMaskTableEntry

The interrupts from an MSI-X table entry source should be masked.

NdisMSIXTableConfigUnmaskTableEntry

The interrupts from an MSI-X table entry source should be unmasked.

NdisMSIXTableConfigMax

The number of enumeration values in NDIS_MSIX_TABLE_OPERATION.

Remarks

The NDIS_MSIX_TABLE_OPERATION enumeration is used in the NDIS_MSIX_CONFIG_PARAMETERS structure.

See also

NDIS_MSIX_CONFIG_PARAMETERS