1I2O_FLUSH_REPLY(9) Message-based devices I2O_FLUSH_REPLY(9)
2
3
4
6 i2o_flush_reply - Flush reply from I2O controller
7
9 void i2o_flush_reply(struct i2o_controller * c, u32 m);
10
12 c
13 I2O controller
14
15 m
16 the message identifier
17
19 The I2O controller must be informed that the reply message is not
20 needed anymore. If you forget to flush the reply, the message frame
21 can't be used by the controller anymore and is therefore lost.
22
24Kernel Hackers Manual 2.6. November 2011 I2O_FLUSH_REPLY(9)