I2O_DRIVER_DISPATCH

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

 

NAME

i2o_driver_dispatch - dispatch an I2O reply message  

SYNOPSIS

"SYNOPSIS"

int i2o_driver_dispatch (struct i2o_controller * c, u32 m);  

ARGUMENTS

c
I2O controller of the message
m
I2O message number
 

DESCRIPTION

The reply is delivered to the driver from which the original message was. This function is only called from interrupt context.

Returns 0 on success and the message should not be flushed. Returns > 0 on success and if the message should be flushed afterwords. Returns negative error code on failure (the message will be flushed too).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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