.\" 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 "ZFCP_FSF_REQUEST_TIMEOUT_HANDLER" "9" "09 October 2005" "" ""
.SH NAME
zfcp_fsf_request_timeout_handler \- called if a request timed out
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void zfcp_fsf_request_timeout_handler (unsigned long \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
pointer to adapter for handler function
.SH "DESCRIPTION"
.PP
This function needs to be called if requests (ELS, Generic Service,
or SCSI commands) exceed a certain time limit. The assumption is
that after the time limit the adapter get stuck. So we trigger a reopen of
the adapter. This should not be used for error recovery, SCSI abort
commands and SCSI requests from SCSI mid-layer.