NDIS_NIC_SWITCH_VPORT_INTERRUPT_MODERATION-Enumeration (ntddndis.h)

Die NDIS_NIC_SWITCH_VPORT_INTERRUPT_MODERATION-Enumeration gibt die Einstellung für die Unterbrechungsmoderation eines einzelnen virtuellen Root-E/A-Virtualisierungsports (SR-IOV) auf dem NIC-Switch an.

Syntax

typedef enum _NDIS_NIC_SWITCH_VPORT_INTERRUPT_MODERATION {
  NdisNicSwitchVPortInterruptModerationUndefined,
  NdisNicSwitchVPortInterruptModerationAdaptive,
  NdisNicSwitchVPortInterruptModerationOff,
  NdisNicSwitchVPortInterruptModerationLow,
  NdisNicSwitchVPortInterruptModerationMedium,
  NdisNicSwitchVPortInterruptModerationHigh
} NDIS_NIC_SWITCH_VPORT_INTERRUPT_MODERATION, *PNDIS_NIC_SWITCH_VPORT_INTERRUPT_MODERATION;

Konstanten

 
NdisNicSwitchVPortInterruptModerationUndefined
NdisNicSwitchVPortInterruptModerationAdaptive
NdisNicSwitchVPortInterruptModerationOff
NdisNicSwitchVPortInterruptModerationLow
NdisNicSwitchVPortInterruptModerationMedium
NdisNicSwitchVPortInterruptModerationHigh

Hinweise

Die Bestimmung der niedrigen, mittleren und hohen Interruptmoderationsebenen wird vom Miniporttreiber basierend auf einem Hardwarealgorithmus bestimmt, der auf dem Netzwerkadapter basiert.

Der InterruptModeration-Member der NDIS_NIC_SWITCH_VPORT_PARAMETERS - und NDIS_NIC_SWITCH_VPORT_INFO-Strukturen ist ein NDIS_NIC_SWITCH_VPORT_INTERRUPT_MODERATION Enumerationsdatentyp.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Unterstützt in NDIS 6.30 und höher.
Kopfzeile ntddndis.h (include Ndis.h)

Weitere Informationen

NDIS_NIC_SWITCH_VPORT_INFO

NDIS_NIC_SWITCH_VPORT_PARAMETERS