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

NAME

6       i2o_scsi_reply - SCSI OSM message reply handler
7

SYNOPSIS

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

ARGUMENTS

13       c
14           controller issuing the reply
15
16       m
17           message id for flushing
18
19       msg
20           the message from the controller
21

DESCRIPTION

23       Process reply messages (interrupts in normal scsi controller think). We
24       can get a variety of messages to process. The normal path is scsi
25       command completions. We must also deal with IOP failures, the reply to
26       a bus reset and the reply to a LUN query.
27
28       Returns 0 on success and if the reply should not be flushed or > 0 on
29       success and if the reply should be flushed. Returns negative error code
30       on failure and if the reply should be flushed.
31
33Kernel Hackers Manual 2.6.         June 2019                 I2O_SCSI_REPLY(9)
Impressum