.\" 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_EXEC_REPLY" "9" "09 October 2005" "" ""
.SH NAME
i2o_exec_reply \- I2O Executive reply handler
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_exec_reply (struct i2o_controller * \fIc\fB, u32 \fIm\fB, struct i2o_message * \fImsg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
I2O controller from which the reply comes
.TP
\fB\fIm\fB\fR
message id
.TP
\fB\fImsg\fB\fR
pointer to the I2O reply message
.SH "DESCRIPTION"
.PP
This function is always called from interrupt context. If a POST WAIT
reply was received, pass it to the complete function. If a LCT NOTIFY
reply was received, a new event is created to handle the update.
.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.