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.
After this call, the HBA miniport driver owns the request and is expected to complete it.
ScsiPortNotification