ReactOS 0.4.16-dev-250-g3ecd236
|
#include <nvnet.h>
Public Member Functions | |
_Field_range_ (0, NVNET_MULTICAST_LIST_SIZE) ULONG MulticastListSize | |
_NVNET_ADAPTER::_Field_range_ | ( | 0 | , |
NVNET_MULTICAST_LIST_SIZE | |||
) |
NDIS_HANDLE _NVNET_ADAPTER::AdapterHandle |
Definition at line 283 of file nvnet.h.
Referenced by MiniportHandleInterrupt(), MiniportInitialize(), NvNetMediaDetectionDpc(), NvNetPowerWorker(), and NvNetResetWorker().
PVOID _NVNET_ADAPTER::AdapterOriginal |
Definition at line 381 of file nvnet.h.
Referenced by MiniportInitialize().
BOOLEAN _NVNET_ADAPTER::Connected |
Definition at line 334 of file nvnet.h.
Referenced by MiniportQueryInformation(), NvNetInitPhaseSynchronized(), and NvNetMediaDetectionDpc().
UCHAR _NVNET_ADAPTER::CurrentMacAddress[ETH_LENGTH_OF_ADDRESS] |
Definition at line 339 of file nvnet.h.
Referenced by MiniportInitialize(), and MiniportQueryInformation().
ULONG _NVNET_ADAPTER::Features |
Definition at line 284 of file nvnet.h.
Referenced by MiniportInitialize(), and MiniportQueryInformation().
ULONG _NVNET_ADAPTER::Flags |
Definition at line 285 of file nvnet.h.
Referenced by MiniportCheckForHang(), MiniportHalt(), MiniportHandleInterrupt(), MiniportInitialize(), MiniportQueryInformation(), MiniportSend(), MiniportSetInformation(), MiniportShutdown(), and NvNetInitPhaseSynchronized().
NVNET_FLOW_CONTROL_MODE _NVNET_ADAPTER::FlowControlMode |
NDIS_MINIPORT_INTERRUPT _NVNET_ADAPTER::Interrupt |
Definition at line 369 of file nvnet.h.
Referenced by MiniportInitialize().
ULONG _NVNET_ADAPTER::InterruptLevel |
Definition at line 371 of file nvnet.h.
Referenced by MiniportInitialize().
ULONG _NVNET_ADAPTER::InterruptMask |
Definition at line 302 of file nvnet.h.
Referenced by MiniportISR().
ULONG _NVNET_ADAPTER::InterruptStatus |
Definition at line 303 of file nvnet.h.
Referenced by MiniportHandleInterrupt(), and MiniportISR().
ULONG _NVNET_ADAPTER::InterruptVector |
Definition at line 370 of file nvnet.h.
Referenced by MiniportInitialize().
NDIS_PHYSICAL_ADDRESS _NVNET_ADAPTER::IoAddress |
ULONG _NVNET_ADAPTER::LinkSpeed |
Definition at line 333 of file nvnet.h.
Referenced by NvNetInitPhaseSynchronized().
NDIS_SPIN_LOCK _NVNET_ADAPTER::Lock |
Definition at line 320 of file nvnet.h.
Referenced by NvNetMediaDetectionDpc().
UCHAR _NVNET_ADAPTER::MacAddress[ETH_LENGTH_OF_ADDRESS] |
ULONG _NVNET_ADAPTER::MaximumFrameSize |
Definition at line 321 of file nvnet.h.
Referenced by MiniportQueryInformation().
NDIS_MINIPORT_TIMER _NVNET_ADAPTER::MediaDetectionTimer |
struct { ... } _NVNET_ADAPTER::MulticastList[NVNET_MULTICAST_LIST_SIZE] |
Referenced by MiniportQueryInformation(), and MiniportSetInformation().
NVNET_OFFLOAD _NVNET_ADAPTER::Offload |
NVNET_OPTIMIZATION_MODE _NVNET_ADAPTER::OptimizationMode |
Definition at line 306 of file nvnet.h.
Referenced by MiniportHandleInterrupt().
ULONG _NVNET_ADAPTER::OriginalMacAddress[2] |
Definition at line 337 of file nvnet.h.
Referenced by MiniportHalt().
ULONG _NVNET_ADAPTER::PacketFilter |
Definition at line 309 of file nvnet.h.
Referenced by MiniportQueryInformation(), and MiniportSetInformation().
UCHAR _NVNET_ADAPTER::PermanentMacAddress[ETH_LENGTH_OF_ADDRESS] |
Definition at line 338 of file nvnet.h.
Referenced by MiniportInitialize(), and MiniportQueryInformation().
ULONG _NVNET_ADAPTER::PowerStatePending |
Definition at line 329 of file nvnet.h.
Referenced by NvNetPowerWorker().
NDIS_WORK_ITEM _NVNET_ADAPTER::PowerWorkItem |
PNVNET_PROCESS_TRANSMIT _NVNET_ADAPTER::ProcessTransmit |
Definition at line 317 of file nvnet.h.
Referenced by MiniportHandleInterrupt(), and MiniportInitialize().
NDIS_PHYSICAL_ADDRESS _NVNET_ADAPTER::RbdPhys |
NDIS_PHYSICAL_ADDRESS _NVNET_ADAPTER::RbdPhysOriginal |
NVNET_RECEIVE _NVNET_ADAPTER::Receive |
Definition at line 312 of file nvnet.h.
Referenced by NvNetMediaDetectionDpc().
NDIS_PHYSICAL_ADDRESS _NVNET_ADAPTER::ReceiveBufferPhys |
_Interlocked_ volatile LONG _NVNET_ADAPTER::ResetLock |
Definition at line 357 of file nvnet.h.
Referenced by MiniportReset(), and NvNetResetWorker().
NDIS_WORK_ITEM _NVNET_ADAPTER::ResetWorkItem |
Definition at line 354 of file nvnet.h.
Referenced by MiniportReset().
NVNET_SEND _NVNET_ADAPTER::Send |
Definition at line 310 of file nvnet.h.
Referenced by MiniportCheckForHang(), MiniportHandleInterrupt(), MiniportQueryInformation(), and MiniportSend().
NVNET_TX_BUFFER_DATA _NVNET_ADAPTER::SendBufferAllocationData[NVNET_TRANSMIT_BUFFERS] |
NVNET_STATISTICS _NVNET_ADAPTER::Statistics |
Definition at line 319 of file nvnet.h.
Referenced by MiniportHandleInterrupt().
NDIS_PHYSICAL_ADDRESS _NVNET_ADAPTER::TbdPhys |
NDIS_PHYSICAL_ADDRESS _NVNET_ADAPTER::TbdPhysOriginal |
PNVNET_TRANSMIT_PACKET _NVNET_ADAPTER::TransmitPacket |
Definition at line 316 of file nvnet.h.
Referenced by MiniportInitialize().
ULONG _NVNET_ADAPTER::TxRxControl |
Definition at line 301 of file nvnet.h.
Referenced by MiniportHalt(), MiniportShutdown(), NvNetPowerWorker(), and NvNetResetWorker().
ULONG _NVNET_ADAPTER::VlanId |
Definition at line 323 of file nvnet.h.
Referenced by MiniportQueryInformation(), and MiniportSetInformation().
ULONG _NVNET_ADAPTER::WakeFlags |
Definition at line 324 of file nvnet.h.
Referenced by NvNetPowerWorker().
PNVNET_WAKE_FRAME _NVNET_ADAPTER::WakeFrames[NV_WAKEUPPATTERNS_V2] |
NDIS_HANDLE _NVNET_ADAPTER::WrapperConfigurationHandle |
Definition at line 351 of file nvnet.h.
Referenced by MiniportInitialize().