'\" t .\" Title: srp_stop_rport_timers .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.12.2 .\" Language: English .\" .TH "SRP_STOP_RPORT_TIMER" "9" "July 2017" "Kernel Hackers Manual 4\&.12\&" "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_stop_rport_timers \- stop the transport layer recovery timers .SH "SYNOPSIS" .HP \w'void\ srp_stop_rport_timers('u .BI "void srp_stop_rport_timers(struct\ srp_rport\ *\ " "rport" ");" .SH "ARGUMENTS" .PP \fIstruct srp_rport * rport\fR .RS 4 SRP remote port for which to stop the timers\&. .RE .SH "DESCRIPTION" .PP Must be called after \fBsrp_remove_host\fR and \fBscsi_remove_host\fR\&. The caller must hold a reference on the rport (rport\->dev) and on the SCSI host (rport\->dev\&.parent)\&. .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