.\" 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_TRY_TO_ABORT_CMD" "9" "09 October 2005" "" ""
.SH NAME
scsi_try_to_abort_cmd \- Ask host to abort a running command.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_try_to_abort_cmd (struct scsi_cmnd * \fIscmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIscmd\fB\fR
SCSI cmd to abort from Lower Level.
.SH "NOTES"
.PP
This function will not return until the user's completion function
has been called. there is no timeout on this operation. if the
author of the low-level driver wishes this operation to be timed,
they can provide this facility themselves. helper functions in
scsi_error.c can be supplied to make this easier to do.