SCSI_EH_FINISH_CMD

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

 

NAME

scsi_eh_finish_cmd - Handle a cmd that eh is finished with.  

SYNOPSIS

"SYNOPSIS"

void scsi_eh_finish_cmd (struct scsi_cmnd * scmd, struct list_head * done_q);  

ARGUMENTS

scmd
Original SCSI cmd that eh has finished.
done_q
Queue for processed commands.
 

NOTES

We don't want to use the normal command completion while we are are still handling errors - it may cause other commands to be queued, and that would disturb what we are doing. thus we really want to keep a list of pending commands for final completion, and once we are ready to leave error handling we handle completion for real.


 

Index

NAME
SYNOPSIS
ARGUMENTS
NOTES

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