.\" 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_REPLY" "9" "09 October 2005" "" ""
.SH NAME
i2o_scsi_reply \- SCSI OSM message reply handler
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_scsi_reply (struct i2o_controller * \fIc\fB, u32 \fIm\fB, struct i2o_message * \fImsg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
controller issuing the reply
.TP
\fB\fIm\fB\fR
message id for flushing
.TP
\fB\fImsg\fB\fR
the message from the controller
.SH "DESCRIPTION"
.PP
Process reply messages (interrupts in normal scsi controller think).
We can get a variety of messages to process. The normal path is
scsi command completions. We must also deal with IOP failures,
the reply to a bus reset and the reply to a LUN query.
.PP
Returns 0 on success and if the reply should not be flushed or > 0
on success and if the reply should be flushed. Returns negative error
code on failure and if the reply should be flushed.