ReactOS 0.4.16-dev-91-g764881a
|
#include <ndis56common.h>
Public Attributes | |
PHYSICAL_ADDRESS | Physical |
PVOID | Virtual |
ULONG | size |
ULONG | IsCached: 1 |
ULONG | IsTX: 1 |
Definition at line 320 of file ndis56common.h.
ULONG _tagCompletePhysicalAddress::IsCached |
Definition at line 325 of file ndis56common.h.
Referenced by ParaNdis_FreePhysicalMemory(), ParaNdis_InitialAllocatePhysicalMemory(), and ParaNdis_VirtIONetInit().
ULONG _tagCompletePhysicalAddress::IsTX |
Definition at line 326 of file ndis56common.h.
PHYSICAL_ADDRESS _tagCompletePhysicalAddress::Physical |
Definition at line 322 of file ndis56common.h.
Referenced by AddRxBufferToQueue(), ParaNdis_DoSubmitPacket(), ParaNdis_FreePhysicalMemory(), ParaNdis_InitialAllocatePhysicalMemory(), ParaNdis_PacketMapper(), and SendControlMessage().
ULONG _tagCompletePhysicalAddress::size |
Definition at line 324 of file ndis56common.h.
Referenced by AddRxBufferToQueue(), MaxNdisBufferDataSize(), ParaNdis_DoSubmitPacket(), ParaNdis_FreePhysicalMemory(), ParaNdis_InitialAllocatePhysicalMemory(), ParaNdis_PacketMapper(), ParaNdis_VirtIONetInit(), PrepareTransmitBuffers(), and SendControlMessage().
PVOID _tagCompletePhysicalAddress::Virtual |
Definition at line 323 of file ndis56common.h.
Referenced by ParaNdis_BindBufferToPacket(), ParaNdis_DoSubmitPacket(), ParaNdis_FreePhysicalMemory(), ParaNdis_IndicateReceivedPacket(), ParaNdis_InitialAllocatePhysicalMemory(), ParaNdis_PacketMapper(), ParaNdis_ProcessRxPath(), ParaNdis_VirtIONetInit(), PrepareTransmitBuffers(), SendControlMessage(), VirtIONetFreeBufferDescriptor(), and VirtIONetRelease().