.\" 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_DRIVER_DISPATCH" "9" "09 October 2005" "" "" .SH NAME i2o_driver_dispatch \- dispatch an I2O reply message .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int i2o_driver_dispatch (struct i2o_controller * \fIc\fB, u32 \fIm\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR I2O controller of the message .TP \fB\fIm\fB\fR I2O message number .SH "DESCRIPTION" .PP The reply is delivered to the driver from which the original message was. This function is only called from interrupt context. .PP Returns 0 on success and the message should not be flushed. Returns > 0 on success and if the message should be flushed afterwords. Returns negative error code on failure (the message will be flushed too).