Query: i2o_exec_reply
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2O_EXEC_REPLY(9) Message-based devices I2O_EXEC_REPLY(9)NAMEi2o_exec_reply - I2O Executive reply handlerSYNOPSISint i2o_exec_reply(struct i2o_controller * c, u32 m, struct i2o_message * msg);ARGUMENTSc I2O controller from which the reply comes m message id msg pointer to the I2O reply messageDESCRIPTIONThis 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. 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 I2O_EXEC_REPLY(9)