I2O_SCSI_REPLY

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

 

NAME

i2o_scsi_reply - scsi message reply processor  

SYNOPSIS

"SYNOPSIS"

void i2o_scsi_reply (struct i2o_handler * h, struct i2o_controller * c, struct i2o_message * msg);  

ARGUMENTS

h
our i2o handler
c
controller issuing the reply
msg
the message from the controller (mapped)
 

DESCRIPTION

Process reply messages (interrupts in normal scsi controller think). We can get a variety of messages to process. The normal path is scsi command completions. We must also deal with IOP failures, the reply to a bus reset and the reply to a LUN query.  

LOCKS

the queue lock is taken to call the completion handler


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
LOCKS

This document was created by man2html, using the manual pages.
Time: 05:30:37 GMT, October 06, 2005