1I2O_EXEC_REPLY(9)            Message-based devices           I2O_EXEC_REPLY(9)
2
3
4

NAME

6       i2o_exec_reply - I2O Executive reply handler
7

SYNOPSIS

9       int i2o_exec_reply(struct i2o_controller * c, u32 m,
10                          struct i2o_message * msg);
11

ARGUMENTS

13       c
14           I2O controller from which the reply comes
15
16       m
17           message id
18
19       msg
20           pointer to the I2O reply message
21

DESCRIPTION

23       This function is always called from interrupt context. If a POST WAIT
24       reply was received, pass it to the complete function. If a LCT NOTIFY
25       reply was received, a new event is created to handle the update.
26
27       Returns 0 on success and if the reply should not be flushed or > 0 on
28       success and if the reply should be flushed. Returns negative error code
29       on failure and if the reply should be flushed.
30
32Kernel Hackers Manual 3.10         June 2019                 I2O_EXEC_REPLY(9)
Impressum