Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NDIS_MSIX_TABLE_OPERATION enumeration identifies the type of MSI-X configuration operation.
Syntax
typedef enum _NDIS_MSIX_TABLE_CONFIG {
NdisMSIXTableConfigSetTableEntry,
NdisMSIXTableConfigMaskTableEntry,
NdisMSIXTableConfigUnmaskTableEntry,
NdisMSIXTableConfigMax
} NDIS_MSIX_TABLE_OPERATION, *PNDIS_MSIX_TABLE_OPERATION;
Constants
NdisMSIXTableConfigSetTableEntryThe MSI-X table entry should be mapped to an MSI-X message that the bus driver allocated to the device. |
NdisMSIXTableConfigMaskTableEntryThe interrupts from an MSI-X table entry source should be masked. |
NdisMSIXTableConfigUnmaskTableEntryThe interrupts from an MSI-X table entry source should be unmasked. |
NdisMSIXTableConfigMaxThe 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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Supported in NDIS 6.1 and later. |
| Header | ndis.h (include Ndis.h) |