.\" 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 "I2O_SCSI_ABORT" "9" "09 October 2005" "" ""
.SH NAME
i2o_scsi_abort \- abort a running command
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_scsi_abort (struct scsi_cmnd * \fISCpnt\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fISCpnt\fB\fR
command to abort
.SH "DESCRIPTION"
.PP
Ask the I2O controller to abort a command. This is an asynchrnous
process and our callback handler will see the command complete with an
aborted message if it succeeds.
.PP
Returns 0 if the command is successfully aborted or negative error code
on failure.