1I2O_MSG_IN_TO_VIRT(9) Message-based devices I2O_MSG_IN_TO_VIRT(9)
2
3
4
6 i2o_msg_in_to_virt - Turn an I2O message to a virtual address
7
9 struct i2o_message __iomem *
10 i2o_msg_in_to_virt(struct i2o_controller * c,
11 u32 m);
12
14 c
15 controller
16
17 m
18 message engine value
19
21 Turn a send message from an I2O controller bus address into a Linux
22 virtual address. The shared page frame is a linear block so we simply
23 have to shift the offset. This function does not work for receive side
24 messages as they are kmalloc objects in a different pool.
25
27Kernel Hackers Manual 3.10 June 2019 I2O_MSG_IN_TO_VIRT(9)