Rechercher une page de manuel
i2o_exec_reply
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
i2o_exec_reply - I2O Executive reply handlerSYNOPSIS
- int i2o_exec_reply(struct i2o_controller * c, u32 m, struct i2o_message * msg);
ARGUMENTS
c
- I2O controller from which the reply comes
m
- message id
msg
- pointer to the I2O reply message
DESCRIPTION
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.
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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre