Query: i2o_msg_in_to_virt
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2O_MSG_IN_TO_VIRT(9) Message-based devices I2O_MSG_IN_TO_VIRT(9)NAMEi2o_msg_in_to_virt - Turn an I2O message to a virtual addressSYNOPSISstruct i2o_message __iomem * i2o_msg_in_to_virt(struct i2o_controller * c, u32 m);ARGUMENTSc controller m message engine valueDESCRIPTIONTurn a send message from an I2O controller bus address into a Linux virtual address. The shared page frame is a linear block so we simply have to shift the offset. This function does not work for receive side messages as they are kmalloc objects in a different pool.COPYRIGHTKernel Hackers Manual 2.6. July 2010 I2O_MSG_IN_TO_VIRT(9)