HwStartIo


VOID HwStartIo(DeviceExtension, Srb)
IN PVOID  DeviceExtension;
IN PSCSI_REQUEST_BLOCK  Srb;

Called when the initial request is received and after each subsequent NextRequest or notification is received.

DeviceExtension

Points to the HBA miniport driver's adapter data storage.

Srb

Points to the SCSI request block to be started.

After this call, the HBA miniport driver owns the request and is expected to complete it.

See also ScsiPortNotification