1I2O_DRIVER_DISPATCH(9) Message-based devices I2O_DRIVER_DISPATCH(9)
2
3
4
6 i2o_driver_dispatch - dispatch an I2O reply message
7
9 int i2o_driver_dispatch(struct i2o_controller * c, u32 m);
10
12 c
13 I2O controller of the message
14
15 m
16 I2O message number
17
19 The reply is delivered to the driver from which the original message
20 was. This function is only called from interrupt context.
21
22 Returns 0 on success and the message should not be flushed. Returns > 0
23 on success and if the message should be flushed afterwords. Returns
24 negative error code on failure (the message will be flushed too).
25
27Kernel Hackers Manual 2.6. June 2019 I2O_DRIVER_DISPATCH(9)