|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
|
static |
Definition at line 28 of file nic.c.
Referenced by NvNetInitNIC().
| NDIS_STATUS NvNetGetPermanentMacAddress | ( | _Inout_ PNVNET_ADAPTER | Adapter, |
| _Out_writes_bytes_all_(ETH_LENGTH_OF_ADDRESS) PUCHAR | MacAddress | ||
| ) |
Definition at line 541 of file nic.c.
Referenced by MiniportInitialize().
| VOID NvNetIdleTransmitter | ( | _In_ PNVNET_ADAPTER | Adapter, |
| _In_ BOOLEAN | ClearPhyControl | ||
| ) |
Definition at line 211 of file nic.c.
Referenced by MiniportHalt(), MiniportShutdown(), NvNetPowerWorker(), and NvNetResetWorker().
| NDIS_STATUS NvNetInitNIC | ( | _In_ PNVNET_ADAPTER | Adapter, |
| _In_ BOOLEAN | InitPhy | ||
| ) |
Definition at line 401 of file nic.c.
Referenced by MiniportInitialize(), NvNetPowerWorker(), and NvNetResetWorker().
Definition at line 369 of file nic.c.
| VOID NTAPI NvNetMediaDetectionDpc | ( | _In_ PVOID | SystemSpecific1, |
| _In_ PVOID | FunctionContext, | ||
| _In_ PVOID | SystemSpecific2, | ||
| _In_ PVOID | SystemSpecific3 | ||
| ) |
Definition at line 314 of file nic.c.
| NDIS_STATUS NvNetRecognizeHardware | ( | _Inout_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 675 of file nic.c.
Referenced by MiniportInitialize().
|
static |
Definition at line 58 of file nic.c.
Referenced by NvNetInitNIC().
| VOID NvNetResetReceiverAndTransmitter | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 91 of file nic.c.
Referenced by NvNetInitNIC().
| VOID NvNetSetupMacAddress | ( | _In_ PNVNET_ADAPTER | Adapter, |
| _In_reads_bytes_(ETH_LENGTH_OF_ADDRESS) PUCHAR | MacAddress | ||
| ) |
Definition at line 622 of file nic.c.
Referenced by MiniportInitialize().
| VOID NvNetStartReceiver | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 104 of file nic.c.
Referenced by HandleLinkStateChange(), NvNetApplyPacketFilter(), NvNetBackoffReseed(), NvNetInitPhaseSynchronized(), NvNetMediaDetectionDpc(), NvNetSetPowerState(), and NvNetSetSpeedAndDuplex().
| VOID NvNetStartTransmitter | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 130 of file nic.c.
Referenced by NvNetBackoffReseed(), NvNetInitPhaseSynchronized(), and NvNetSetSpeedAndDuplex().
| VOID NvNetStopReceiver | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 147 of file nic.c.
Referenced by HandleLinkStateChange(), MiniportHalt(), MiniportShutdown(), NvNetApplyPacketFilter(), NvNetBackoffReseed(), NvNetMediaDetectionDpc(), NvNetPowerWorker(), NvNetResetWorker(), and NvNetSetSpeedAndDuplex().
| VOID NvNetStopTransmitter | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 178 of file nic.c.
Referenced by MiniportHalt(), MiniportShutdown(), NvNetBackoffReseed(), NvNetPowerWorker(), NvNetResetWorker(), and NvNetSetSpeedAndDuplex().
| VOID NvNetToggleClockPowerGating | ( | _In_ PNVNET_ADAPTER | Adapter, |
| _In_ BOOLEAN | Gate | ||
| ) |
Definition at line 294 of file nic.c.
Referenced by HandleLinkStateChange(), MiniportHalt(), NvNetInitNIC(), and NvNetMediaDetectionDpc().
| VOID NvNetUpdatePauseFrame | ( | _Inout_ PNVNET_ADAPTER | Adapter, |
| _In_ ULONG | PauseFlags | ||
| ) |
Definition at line 242 of file nic.c.
Referenced by NvNetSetSpeedAndDuplex().
|
static |
Definition at line 638 of file nic.c.
Referenced by NvNetRecognizeHardware().