NDIS Scatter/Gather DMA Functions (Compact 2013)
3/26/2014
This section includes the following function sections.
In This Section
- NdisMAllocateNetBufferSGList
Bus-master miniport drivers call this function to obtain a scatter/gather list for the network data that is associated with a NET_BUFFER structure.
- NdisMDeregisterScatterGatherDma
Bus-master miniport drivers call this function to release DMA resources that were allocated with the NdisMRegisterScatterGatherDma function.
- NdisMFreeNetBufferSGList
Bus-master miniport drivers call this function to free scatter/gather list resources that were allocated by calling the NdisMAllocateNetBufferSGList function.
- NdisMRegisterScatterGatherDma
Bus master miniport drivers call this function from MiniportInitializeEx to initialize a scatter/gather DMA channel.