.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SCSI_EH_ABORT_CMDS" "" "06 October 2005" "" ""
.SH NAME
scsi_eh_abort_cmds \- abort canceled commands.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_eh_abort_cmds (struct list_head * \fIwork_q\fB, struct list_head * \fIdone_q\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIwork_q\fB\fR
-- undescribed --
.TP
\fB\fIdone_q\fB\fR
-- undescribed --
.SH "DECRIPTION"
.PP
Try and see whether or not it makes sense to try and abort the
running command. this only works out to be the case if we have one
command that has timed out. if the command simply failed, it makes
no sense to try and abort the command, since as far as the shost
adapter is concerned, it isn't running.