Contents

HandleTimeout

Method to handle command timeouts.

Declaration

virtual void HandleTimeout ( 
 SCSIParallelTaskIdentifierparallelRequest );

Parameters

  • parallelRequest:

    A valid SCSIParallelTaskIdentifier.

Overview

Method to handle command timeouts. This should be overridden by the child class in order to clean up HBA specific structures after a timeout has occurred. This method is called on the workloop (it holds the gate).

See Also

Miscellaneous