|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ndis56common.h>

Public Attributes | |
| LIST_ENTRY | listEntry |
| tCompletePhysicalAddress | HeaderInfo |
| tCompletePhysicalAddress | DataInfo |
| tPacketHolderType | pHolder |
| PVOID | ReferenceValue |
| UINT | nofUsedBuffers |
Definition at line 335 of file ndis56common.h.
| tCompletePhysicalAddress _tagIONetDescriptor::DataInfo |
Definition at line 338 of file ndis56common.h.
Referenced by AddRxBufferToQueue(), MaxNdisBufferDataSize(), ParaNdis_BindBufferToPacket(), ParaNdis_DoSubmitPacket(), ParaNdis_IndicateReceivedPacket(), ParaNdis_PacketMapper(), ParaNdis_ProcessRxPath(), and VirtIONetFreeBufferDescriptor().
| tCompletePhysicalAddress _tagIONetDescriptor::HeaderInfo |
Definition at line 337 of file ndis56common.h.
Referenced by AddRxBufferToQueue(), ParaNdis_DoSubmitPacket(), ParaNdis_IndicateReceivedPacket(), ParaNdis_PacketMapper(), PrepareTransmitBuffers(), and VirtIONetFreeBufferDescriptor().
| LIST_ENTRY _tagIONetDescriptor::listEntry |
Definition at line 336 of file ndis56common.h.
Referenced by FreeDescriptorsFromList(), ParaNdis_DoSubmitPacket(), ParaNdis_PowerOff(), ParaNdis_PowerOn(), ParaNdis_ProcessRxPath(), ParaNdis_VirtIONetReleaseTransmitBuffers(), PrepareReceiveBuffers(), PrepareTransmitBuffers(), ReuseReceiveBufferPowerOff(), and ReuseReceiveBufferRegular().
| UINT _tagIONetDescriptor::nofUsedBuffers |
Definition at line 341 of file ndis56common.h.
Referenced by ParaNdis_DoSubmitPacket(), ParaNdis_OnTransmitBufferReleased(), ParaNdis_PowerOff(), and ParaNdis_VirtIONetReleaseTransmitBuffers().
| tPacketHolderType _tagIONetDescriptor::pHolder |
Definition at line 339 of file ndis56common.h.
Referenced by ParaNdis_BindBufferToPacket(), ParaNdis_IndicateReceivedPacket(), ParaNdis_UnbindBufferFromPacket(), and VirtIONetFreeBufferDescriptor().
| PVOID _tagIONetDescriptor::ReferenceValue |
Definition at line 340 of file ndis56common.h.
Referenced by ParaNdis_DoSubmitPacket(), and ParaNdis_OnTransmitBufferReleased().