VOID
NdisCompleteTransferData(
IN NDIS_HANDLE NdisBindingContext,
IN PNDIS_PACKET Packet,
IN NDIS_STATUS Status,
IN UINT BytesTransferred
);
NdisCompleteTransferData is called by the NIC driver for an asynchronous data-transfer operation.
NdisCompleteTransferData calls the ProtocolRequestComplete function of the protocol driver that originally called NdisTransferData.
Callers of NdisCompleteTransferData run at IRQL <= DISPATCH_LEVEL.
MacTransferData, NdisTransferData, ProtocolTransferDataComplete