.\" 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 "ZFCP_SCSI_COMMAND_FAIL" "9" "09 October 2005" "" ""
.SH NAME
zfcp_scsi_command_fail \- set result in scsi_cmnd and call scsi_done function
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void zfcp_scsi_command_fail (struct scsi_cmnd * \fIscpnt\fB, int \fIresult\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIscpnt\fB\fR
pointer to struct scsi_cmnd where result is set
.TP
\fB\fIresult\fB\fR
result to be set in scpnt (e.g. DID_ERROR)