错误检查 0xF0:STORAGE_MINIPORT_ERROR

STORAGE_MINIPORT_ERROR 错误检查的值为 0x00000F0。 它表示存储微型端口驱动程序无法完成 SRB 请求。

重要

这篇文章适合程序员阅读。 如果你是在使用计算机时收到蓝屏错误代码的客户,请参阅蓝屏错误疑难解答

STORAGE_MINIPORT_ERROR 参数

参数 说明
1 错误代码。 请参阅下面的值。
2 请参阅下面的值。
3 请参阅下面的值。
4 请参阅下面的值。

1: Miniport failed to complete a SRB request even after successful reset operation.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Storport unit device object

2: Miniport failed to complete a SRB request even after successful abort operation for the SRB.
    2 - Driver name unicode string address
    3 - Abort SRB address
    4 - SRB that was being aborted

3: Miniport failed to complete a request within a given timeout.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Timeout of the request

4: Miniport failed to complete a request for a crypto operation. This can occur if it is trying to enable an encryption key on an ICE (Inline Crypto Engine) enabled UFS host. 
    2 - Driver name unicode string address
    3 - The STOR_CRYPTO_OPERATION_TYPE for this failure, typically StorCryptoOperationInsertKey
    4 - Reserved    

原因

存储微型端口驱动程序中的一个错误使 SRB 请求无法完成。 有关特定类型的故障,请参阅上面列出的错误代码值。

解决方法


!analyze 调试扩展显示有关错误检查的信息,并有助于确定根本原因。

参数 2 中返回的驱动程序名称应指向有问题的驱动程序。

另请参阅

错误检查代码参考

Storport 与 Storport 微型端口驱动程序交互的接口