SCSI_SUCCESS
return sts ? SCSI_FAILED : SCSI_SUCCESS;
return SCSI_SUCCESS;
return finished_reset ? SCSI_SUCCESS : SCSI_FAILED;