Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function flushes any data remaining in a busmaster NIC's internal cache at the end of a transfer set up by NdisMStartBufferPhysicalMapping.
Syntax
VOID NdisMCompleteBufferPhysicalMapping(
NDIS_HANDLE
MiniportAdapterHandle
,
PNDIS_BUFFER
Buffer
,
ULONG
PhysicalMapRegister
);
Parameters
- MiniportAdapterHandle
[in] Specifies the handle input to MiniportInitialize.
- Buffer
[in] Pointer to the buffer descriptor for a shared memory buffer previously mapped with NdisMStartBufferPhysicalMapping.
- PhysicalMapRegister
[in] Specifies the index of the map register used. This value is identical to the PhysicalMapRegister index passed with the descriptor at Buffer in the preceding call to NdisMStartBufferPhysicalMapping.
Return Value
None.
Requirements
| Header | ndis.h |
| Library | ndis.dll |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisMAllocateMapRegisters
NdisMAllocateSharedMemory
NdisMStartBufferPhysicalMapping