HwInterrupt
BOOLEAN HwInterrupt(DeviceExtension)
IN PVOID DeviceExtension;
Called when the HBA generates an interrupt.
- Returns FALSE if this function finds that its host bus adapter is not interrupting. Otherwise, returns TRUE after clearing the interrupt.
- DeviceExtension
- Points to the HBA miniport driver's storage for adapter data.
See Also
ScsiPortNotification