ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <ndis56common.h>
Public Attributes | |
UINT | nMaxDataSize |
UINT | nMaxFullSizeOS |
UINT | nMaxFullSizeHwTx |
UINT | nMaxFullSizeHwRx |
Definition at line 312 of file ndis56common.h.
UINT _tagMaxPacketSize::nMaxDataSize |
Definition at line 314 of file ndis56common.h.
Referenced by ParaNdis_InitializeContext(), ParaNdis_OidQueryCommon(), and ReadNicConfiguration().
UINT _tagMaxPacketSize::nMaxFullSizeHwRx |
Definition at line 317 of file ndis56common.h.
Referenced by ParaNdis_InitializeContext(), PrepareReceiveBuffers(), and ShallPassPacket().
UINT _tagMaxPacketSize::nMaxFullSizeHwTx |
Definition at line 316 of file ndis56common.h.
Referenced by ParaNdis_InitializeContext(), and PrepareTransmitBuffers().
UINT _tagMaxPacketSize::nMaxFullSizeOS |
Definition at line 315 of file ndis56common.h.
Referenced by ParaNdis_IndicateReceivedPacket(), ParaNdis_InitializeContext(), ParaNdis_OidQueryCommon(), ParaNdis_PacketMapper(), PrepareSendEntry(), and ShallPassPacket().