Lines Matching refs:sts
958 int sts; in sym_requeue_awaiting_cmds() local
965 sts = sym_queue_command(np, cmd); in sym_requeue_awaiting_cmds()
966 if (sts) { in sym_requeue_awaiting_cmds()
981 int sts = 0; in sym53c8xx_queue_command() local
1007 sts = sym_queue_command(np, cmd); in sym53c8xx_queue_command()
1008 if (sts) { in sym53c8xx_queue_command()
1125 int sts = -1; in sym_eh_handler() local
1178 sts = -1; in sym_eh_handler()
1181 sts = sym_abort_scsiio(np, cmd, 1); in sym_eh_handler()
1184 sts = sym_reset_scsi_target(np, cmd->target); in sym_eh_handler()
1188 sts = 0; in sym_eh_handler()
1193 sts = 0; in sym_eh_handler()
1200 if (sts) { in sym_eh_handler()
1225 sts = -2; in sym_eh_handler()
1228 sts==0?"complete":sts==-2?"timed-out":"failed"); in sym_eh_handler()
1229 return sts? SCSI_FAILED : SCSI_SUCCESS; in sym_eh_handler()