1I2O_MSG_OUT_TO_VIRT(9) Message-based devices I2O_MSG_OUT_TO_VIRT(9)
2
3
4
6 i2o_msg_out_to_virt - Turn an I2O message to a virtual address
7
9 struct i2o_message * i2o_msg_out_to_virt(struct i2o_controller * c,
10 u32 m);
11
13 c
14 controller
15
16 m
17 message engine value
18
20 Turn a receive message from an I2O controller bus address into a Linux
21 virtual address. The shared page frame is a linear block so we simply
22 have to shift the offset. This function does not work for sender side
23 messages as they are ioremap objects provided by the I2O controller.
24
26Kernel Hackers Manual 2.6. June 2019 I2O_MSG_OUT_TO_VIRT(9)