ScsiPortStallExecution


VOID ScsiPortStallExecution(Delay)
IN ULONG  Delay;

Stalls in the HBA miniport driver.

Delay

Specifies the delay interval in microseconds.

This routine should be used sparingly and the total stall time in a HBA miniport driver routine must be less than 1 millisecond. In general, this routine should be called only when the driver must wait for a state change on the HBA that will not cause an interrupt, or for when the driver must delay between accesses to the HBA.