I2O_MSG_GET_WAIT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

i2o_msg_get_wait - obtain an I2O message from the IOP  

SYNOPSIS

"SYNOPSIS"

u32 i2o_msg_get_wait (struct i2o_controller * c, struct i2o_message __iomem ** msg, int wait);  

ARGUMENTS

c
I2O controller
msg
pointer to a I2O message pointer
wait
how long to wait until timeout
 

DESCRIPTION

This function waits up to wait seconds for a message slot to be available.

On a success the message is returned and the pointer to the message is set in msg. The returned message is the physical page frame offset address from the read port (see the i2o spec). If no message is available returns I2O_QUEUE_EMPTY and msg is leaved untouched.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:14 GMT, October 09, 2005