ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID | NvNetFlushTransmitQueue (_In_ PNVNET_ADAPTER Adapter, _In_ NDIS_STATUS CompleteStatus) |
DECLSPEC_NOINLINE VOID | NvNetPauseProcessing (_In_ PNVNET_ADAPTER Adapter) |
VOID | NvNetStopAdapter (_In_ PNVNET_ADAPTER Adapter) |
VOID | NvNetStartAdapter (_In_ PNVNET_ADAPTER Adapter) |
static VOID NTAPI | NvNetResetWorker (_In_ PNDIS_WORK_ITEM WorkItem, _In_opt_ PVOID Context) |
static BOOLEAN NTAPI | MiniportCheckForHang (_In_ NDIS_HANDLE MiniportAdapterContext) |
static VOID NTAPI | MiniportHalt (_In_ NDIS_HANDLE MiniportAdapterContext) |
static NDIS_STATUS NTAPI | MiniportReset (_Out_ PBOOLEAN AddressingReset, _In_ NDIS_HANDLE MiniportAdapterContext) |
static VOID NTAPI | MiniportShutdown (_In_ NDIS_HANDLE MiniportAdapterContext) |
NTSTATUS NTAPI | DriverEntry (_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath) |
Variables | |
DRIVER_INITIALIZE | DriverEntry |
NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 261 of file nvnet.c.
|
static |
Definition at line 128 of file nvnet.c.
Referenced by DriverEntry().
|
static |
Definition at line 161 of file nvnet.c.
Referenced by DriverEntry().
|
static |
Definition at line 205 of file nvnet.c.
Referenced by DriverEntry().
|
static |
Definition at line 229 of file nvnet.c.
Referenced by DriverEntry().
VOID NvNetFlushTransmitQueue | ( | _In_ PNVNET_ADAPTER | Adapter, |
_In_ NDIS_STATUS | CompleteStatus | ||
) |
Definition at line 24 of file nvnet.c.
Referenced by MiniportHalt(), NvNetPowerWorker(), and NvNetResetWorker().
DECLSPEC_NOINLINE VOID NvNetPauseProcessing | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 46 of file nvnet.c.
Referenced by MiniportHalt(), MiniportReset(), MiniportShutdown(), and NvNetPowerWorker().
Definition at line 95 of file nvnet.c.
Referenced by MiniportReset().
VOID NvNetStartAdapter | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 74 of file nvnet.c.
Referenced by MiniportInitialize(), NvNetPowerWorker(), and NvNetResetWorker().
VOID NvNetStopAdapter | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 58 of file nvnet.c.
Referenced by MiniportHalt(), NvNetPowerWorker(), and NvNetResetWorker().