ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
ULONG | ProcessTransmitDescriptorsLegacy (_In_ PNVNET_ADAPTER Adapter, _Inout_ PLIST_ENTRY SendReadyList) |
ULONG | ProcessTransmitDescriptors32 (_In_ PNVNET_ADAPTER Adapter, _Inout_ PLIST_ENTRY SendReadyList) |
ULONG | ProcessTransmitDescriptors64 (_In_ PNVNET_ADAPTER Adapter, _Inout_ PLIST_ENTRY SendReadyList) |
static BOOLEAN | HandleLengthError (_In_ PVOID EthHeader, _Inout_ PUSHORT Length) |
static ULONG | ProcessReceiveDescriptors (_In_ PNVNET_ADAPTER Adapter, _In_ ULONG TotalRxProcessed) |
static VOID | ChangeInterruptMode (_In_ PNVNET_ADAPTER Adapter, _In_ ULONG Workload) |
static VOID | HandleLinkStateChange (_In_ PNVNET_ADAPTER Adapter) |
static VOID | HandleRecoverableError (_In_ PNVNET_ADAPTER Adapter) |
VOID NTAPI | MiniportHandleInterrupt (_In_ NDIS_HANDLE MiniportAdapterContext) |
VOID NTAPI | MiniportISR (_Out_ PBOOLEAN InterruptRecognized, _Out_ PBOOLEAN QueueMiniportHandleInterrupt, _In_ NDIS_HANDLE MiniportAdapterContext) |
#define NDEBUG |
Definition at line 12 of file interrupt.c.
|
inlinestatic |
Definition at line 357 of file interrupt.c.
Referenced by MiniportHandleInterrupt().
Definition at line 198 of file interrupt.c.
Referenced by ProcessReceiveDescriptors().
|
static |
Definition at line 384 of file interrupt.c.
Referenced by MiniportHandleInterrupt().
|
static |
Definition at line 440 of file interrupt.c.
Referenced by MiniportHandleInterrupt().
VOID NTAPI MiniportHandleInterrupt | ( | _In_ NDIS_HANDLE | MiniportAdapterContext | ) |
Definition at line 449 of file interrupt.c.
VOID NTAPI MiniportISR | ( | _Out_ PBOOLEAN | InterruptRecognized, |
_Out_ PBOOLEAN | QueueMiniportHandleInterrupt, | ||
_In_ NDIS_HANDLE | MiniportAdapterContext | ||
) |
Definition at line 518 of file interrupt.c.
|
static |
Definition at line 221 of file interrupt.c.
Referenced by MiniportHandleInterrupt().
ULONG ProcessTransmitDescriptors32 | ( | _In_ PNVNET_ADAPTER | Adapter, |
_Inout_ PLIST_ENTRY | SendReadyList | ||
) |
Definition at line 85 of file interrupt.c.
ULONG ProcessTransmitDescriptors64 | ( | _In_ PNVNET_ADAPTER | Adapter, |
_Inout_ PLIST_ENTRY | SendReadyList | ||
) |
Definition at line 129 of file interrupt.c.
ULONG ProcessTransmitDescriptorsLegacy | ( | _In_ PNVNET_ADAPTER | Adapter, |
_Inout_ PLIST_ENTRY | SendReadyList | ||
) |
Definition at line 18 of file interrupt.c.