1SRP_STOP_RPORT_TIMER(9) SCSI mid layer SRP_STOP_RPORT_TIMER(9)
2
3
4
6 srp_stop_rport_timers - stop the transport layer recovery timers
7
9 void srp_stop_rport_timers(struct srp_rport * rport);
10
12 rport
13 SRP remote port for which to stop the timers.
14
16 Must be called after srp_remove_host and scsi_remove_host. The caller
17 must hold a reference on the rport (rport->dev) and on the SCSI host
18 (rport->dev.parent).
19
21 James Bottomley <James.Bottomley@hansenpartnership.com>
22 Author.
23
24 Rob Landley <rob@landley.net>
25 Author.
26
28Kernel Hackers Manual 2.6. June 2019 SRP_STOP_RPORT_TIMER(9)