// netdma.h
NET_DMA_EXPORT VOID NetDmaInterruptDpc(
[in] PVOID NetDmaChannelHandle,
[in, optional] PHYSICAL_ADDRESS DmaDescriptor
);
View the official Windows Driver Kit DDI referenceNo description available.
Note The NetDMA interface is not supported
in Windows 8 and later.
The NetDmaInterruptDpc function notifies the NetDMA interface that a DMA transfer deferred procedure call (DPC) has completed on a DMA channel.
NetDmaChannelHandle [in]A handle that identifies the DMA channel. The DMA provider driver received this handle from NetDMA in a call to the ProviderAllocateDmaChannel function.
DmaDescriptor [in, optional]A pointer to the last DMA descriptor that was processed.
None.
DMA providers call the NetDmaInterruptDpc function in their DPC handler.