#include <ndis.h>
#include "debug.h"
#include "miniport.h"
#include "protocol.h"
#include "efilter.h"
#include "buffer.h"
Go to the source code of this file.
◆ ExInterlockedRemoveEntryList
#define ExInterlockedRemoveEntryList |
( |
|
_List, |
|
|
|
_Lock |
|
) |
| |
Value:
KeAcquireSpinLock(_Lock, &
OldIrql); \
RemoveEntryList(_List); \
KeReleaseSpinLock(_Lock,
OldIrql); \
}
_Requires_lock_held_ Interrupt _Releases_lock_ Interrupt _In_ _IRQL_restores_ KIRQL OldIrql
Definition at line 37 of file ndissys.h.
◆ EXPORT
◆ MAX
#define MAX |
( |
|
value1, |
|
|
|
value2 |
|
) |
| ((value1 > value2)? value1 : value2) |
◆ MIN
#define MIN |
( |
|
value1, |
|
|
|
value2 |
|
) |
| ((value1 < value2)? value1 : value2) |
◆ NDIS_TAG
◆ NDIS_VERSION
#define NDIS_VERSION 0x00050001 |
◆ ExGetCurrentProcessorCounts()
◆ ExGetCurrentProcessorCpuUsage()