|- ntoskrnl.exe!KiIdleLoop
| |- ntoskrnl.exe!KiRetireDpcList
| | ntoskrnl.exe!KiExecuteAllDpcs
| | |- storahci.sys!AhciPortBusChangeDpcRoutine
| | | storahci.sys!PortBusChangeProcess // If link speed was limited, restores the supported value, kicks off the Start Channel state machine, requests rescan on this port
| | | storahci.sys!AhciPortReset // Performs COMRESET along with completing commands to be retried and restoring settings that may be be persistent across a COMRESET
| | | storahci.sys!AhciCOMRESET // Performs interface communication initialization sequence to establish communication. This is functionally equivalent to a hard reset and results in the interface being reset and communications reinitialized
| | | hal.dll!KeStallExecutionProcessor
| | | |- hal.dll!KeStallExecutionProcessor<itself>