SCSI_DECIDE_DISPOSITION

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

 

NAME

scsi_decide_disposition - Disposition a cmd on return from LLD.  

SYNOPSIS

"SYNOPSIS"

int scsi_decide_disposition (struct scsi_cmnd * scmd);  

ARGUMENTS

scmd
SCSI cmd to examine.
 

NOTES

This is *only* called when we are examining the status after sending out the actual data command. any commands that are queued for error recovery (e.g. test_unit_ready) do *not* come through here.

When this routine returns failed, it means the error handler thread is woken. In cases where the error code indicates an error that doesn't require the error handler read (i.e. we don't need to abort/reset), this function should return SUCCESS.


 

Index

NAME
SYNOPSIS
ARGUMENTS
NOTES

This document was created by man2html, using the manual pages.
Time: 06:21:07 GMT, October 06, 2005