ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
|
static |
Definition at line 562 of file phy.c.
Referenced by NvNetPhyInit().
|
static |
Definition at line 721 of file phy.c.
Referenced by NvNetUpdateLinkSpeed().
BOOLEAN MiiRead | ( | _In_ PNVNET_ADAPTER | Adapter, |
_In_ ULONG | PhyAddress, | ||
_In_ ULONG | RegAddress, | ||
_Out_ PULONG | Data | ||
) |
Definition at line 62 of file phy.c.
BOOLEAN MiiWrite | ( | _In_ PNVNET_ADAPTER | Adapter, |
_In_ ULONG | PhyAddress, | ||
_In_ ULONG | RegAddress, | ||
_In_ ULONG | Data | ||
) |
NDIS_STATUS NvNetPhyInit | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 1036 of file phy.c.
Referenced by NvNetInitNIC().
|
static |
Definition at line 821 of file phy.c.
Referenced by NvNetUpdateLinkSpeed().
BOOLEAN NvNetUpdateLinkSpeed | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 990 of file phy.c.
Referenced by HandleLinkStateChange(), NvNetInitPhaseSynchronized(), and NvNetMediaDetectionDpc().
|
static |
Definition at line 358 of file phy.c.
Referenced by NvNetPhyInit().
|
static |
Definition at line 222 of file phy.c.
Referenced by PhyInit().
|
static |
Definition at line 183 of file phy.c.
Referenced by PhyInit().
|
static |
Definition at line 106 of file phy.c.
Referenced by PhyInit().
|
static |
Definition at line 141 of file phy.c.
Referenced by PhyInit().
|
static |
Definition at line 257 of file phy.c.
Referenced by PhyInit().
|
static |
Definition at line 326 of file phy.c.
Referenced by PhyInit().
|
static |
Definition at line 621 of file phy.c.
Referenced by NvNetPhyInit().
|
static |
Definition at line 683 of file phy.c.
Referenced by NvNetPhyInit().
VOID SidebandUnitReleaseSemaphore | ( | _In_ PNVNET_ADAPTER | Adapter | ) |
Definition at line 667 of file phy.c.
Referenced by MiniportHalt(), and MiniportShutdown().