.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SCSI_EH_FINISH_CMD" "" "06 October 2005" "" "" .SH NAME scsi_eh_finish_cmd \- Handle a cmd that eh is finished with. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void scsi_eh_finish_cmd (struct scsi_cmnd * \fIscmd\fB, struct list_head * \fIdone_q\fB); \fR .SH "ARGUMENTS" .TP \fB\fIscmd\fB\fR Original SCSI cmd that eh has finished. .TP \fB\fIdone_q\fB\fR Queue for processed commands. .SH "NOTES" .PP 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.