VOID
HwScsiTimer(
IN PVOID DeviceExtension
);
HwScsiTimer is called after the interval specified when the miniport driver called ScsiPortNotification with the RequestTimerCall NotificationType value.
Parameters
DeviceExtension
Points to the miniport driver's per-HBA storage area.
Comments
A HwScsiTimer routine is optional.
See Also