ReactOS 0.4.15-dev-6675-gcbc63d8
|
#include "ndissys.h"
Go to the source code of this file.
NDIS_STATUS EXPORT NdisAllocateMemory | ( | OUT PVOID * | VirtualAddress, |
IN UINT | Length, | ||
IN UINT | MemoryFlags, | ||
IN NDIS_PHYSICAL_ADDRESS | HighestAcceptableAddress | ||
) |
Definition at line 57 of file memory.c.
Referenced by MiniportInitialize(), and MiQueryResources().
NDIS_STATUS EXPORT NdisAllocateMemoryWithTag | ( | OUT PVOID * | VirtualAddress, |
IN UINT | Length, | ||
IN ULONG | Tag | ||
) |
Definition at line 21 of file memory.c.
Referenced by AllocateTransmitBlocks(), AllocateTransmitBuffers(), mem_alloc_nonpaged_block(), MiniportInitialize(), NvNetAddWakeUpPattern(), NvNetInitializeAdapterResources(), and ParaNdis_AllocateMemory().
VOID EXPORT NdisAllocateSharedMemory | ( | IN NDIS_HANDLE | NdisAdapterHandle, |
IN ULONG | Length, | ||
IN BOOLEAN | Cached, | ||
OUT PVOID * | VirtualAddress, | ||
OUT PNDIS_PHYSICAL_ADDRESS | PhysicalAddress | ||
) |
Definition at line 379 of file memory.c.
Definition at line 110 of file memory.c.
Referenced by AllocatePairOfBuffersOnInit(), CreateOffloadInfo5Internal(), mem_free_nonpaged_block(), MiniportHalt(), MiniportInitialize(), NvNetFreeAdapter(), NvNetInitializeAdapterResources(), NvNetRemoveWakeUpPattern(), OnOidSetNdis5Offload(), OnResetWorkItem(), OnSetPowerWorkItem(), ParaNdis5_CancelSendPackets(), ParaNdis5_Halt(), ParaNdis5_Initialize(), ParaNdis5_Reset(), ParaNdis5_StopSend(), ParaNdis_DoSubmitPacket(), ParaNdis_InitializeContext(), ParaNdis_OidQuery(), ParaNdis_OidQueryCopy(), ParaNdis_OnSetPower(), ParaNdis_ProcessRxPath(), ParaNdis_ProcessTx(), PrepareSendEntry(), ReadNicConfiguration(), VirtIONetFreeBufferDescriptor(), and VirtIONetRelease().
VOID EXPORT NdisFreeSharedMemory | ( | IN NDIS_HANDLE | NdisAdapterHandle, |
IN ULONG | Length, | ||
IN BOOLEAN | Cached, | ||
IN PVOID | VirtualAddress, | ||
IN NDIS_PHYSICAL_ADDRESS | PhysicalAddress | ||
) |
Definition at line 399 of file memory.c.
VOID EXPORT NdisMAllocateSharedMemory | ( | IN NDIS_HANDLE | MiniportAdapterHandle, |
IN ULONG | Length, | ||
IN BOOLEAN | Cached, | ||
OUT PVOID * | VirtualAddress, | ||
OUT PNDIS_PHYSICAL_ADDRESS | PhysicalAddress | ||
) |
Definition at line 148 of file memory.c.
Referenced by AllocateReceiveBuffers(), AllocateReceiveDescriptors(), AllocateTransmitBuffers(), AllocateTransmitDescriptors(), mem_alloc_contiguous_pages(), MiAllocateSharedMemory(), MiniportInitialize(), NdisAllocateSharedMemory(), NICAllocateIoResources(), and ParaNdis_InitialAllocatePhysicalMemory().
NDIS_STATUS EXPORT NdisMAllocateSharedMemoryAsync | ( | IN NDIS_HANDLE | MiniportAdapterHandle, |
IN ULONG | Length, | ||
IN BOOLEAN | Cached, | ||
IN PVOID | Context | ||
) |
Definition at line 330 of file memory.c.
VOID NTAPI NdisMAllocateSharedMemoryPassive | ( | PDEVICE_OBJECT | DeviceObject, |
PVOID | Context | ||
) |
Definition at line 295 of file memory.c.
Referenced by NdisMAllocateSharedMemoryAsync().
VOID EXPORT NdisMFreeSharedMemory | ( | IN NDIS_HANDLE | MiniportAdapterHandle, |
IN ULONG | Length, | ||
IN BOOLEAN | Cached, | ||
IN PVOID | VirtualAddress, | ||
IN NDIS_PHYSICAL_ADDRESS | PhysicalAddress | ||
) |
Definition at line 215 of file memory.c.
Referenced by MiFreeSharedMemory(), MiniportHalt(), NdisFreeSharedMemory(), NICReleaseIoResources(), NvNetFreeAdapter(), ParaNdis_CleanupContext(), and ParaNdis_FreePhysicalMemory().
VOID NTAPI NdisMFreeSharedMemoryPassive | ( | PDEVICE_OBJECT | DeviceObject, |
PVOID | Context | ||
) |
Definition at line 185 of file memory.c.
Referenced by NdisMFreeSharedMemory().