1I2O_MSG_NOP(9) Message-based devices I2O_MSG_NOP(9)
2
3
4
6 i2o_msg_nop - Returns a message which is not used
7
9 void i2o_msg_nop(struct i2o_controller * c, struct i2o_message * msg);
10
12 c
13 I2O controller from which the message was created
14
15 msg
16 message which should be returned
17
19 If you fetch a message via i2o_msg_get, and canĀ“t use it, you must
20 return the message with this function. Otherwise the MFA is lost as
21 well as the allocated memory from the mempool.
22
24Kernel Hackers Manual 2.6. June 2019 I2O_MSG_NOP(9)