'\" t .\" Title: srp_timed_out .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "SRP_TIMED_OUT" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "SCSI mid layer" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" srp_timed_out \- SRP transport intercept of the SCSI timeout EH .SH "SYNOPSIS" .HP \w'enum\ blk_eh_timer_return\ srp_timed_out('u .BI "enum blk_eh_timer_return srp_timed_out(struct\ scsi_cmnd\ *\ " "scmd" ");" .SH "ARGUMENTS" .PP \fIstruct scsi_cmnd * scmd\fR .RS 4 SCSI command\&. .RE .SH "DESCRIPTION" .PP If a timeout occurs while an rport is in the blocked state, ask the SCSI EH to continue waiting (BLK_EH_RESET_TIMER)\&. Otherwise let the SCSI core handle the timeout (BLK_EH_NOT_HANDLED)\&. .SH "NOTE" .PP This function is called from soft\-IRQ context and with the request queue lock held\&. .SH "AUTHORS" .PP \fBJames Bottomley\fR <\&James.Bottomley@hansenpartnership.com\&> .RS 4 Author. .RE .PP \fBRob Landley\fR <\&rob@landley.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br