VOID
NdisCompleteReset(
IN NDIS_HANDLE NdisBindingContext,
IN NDIS_STATUS Status
);
NdisCompleteReset is called by the NIC driver for an asynchronous reset operation. It forwards reset information to the ProtocolResetComplete function of the protocol driver that initiated the reset.
NDIS_STATUS_FAILURE
NDIS_STATUS_HARD_ERRORS
NDIS_STATUS_NOT_ACCEPTED
NDIS_STATUS_NOT_RESETTABLE
NDIS_STATUS_RESET_IN_PROGRESS
NDIS_STATUS_SOFT_ERRORS
NDIS_STATUS_SUCCESS
NdisCompleteReset calls the ProtocolResetComplete function of the protocol driver that originally called NdisReset.
Callers of NdisCompleteReset run at IRQL <= DISPATCH_LEVEL.