srp_stop_rport_timers (9) Linux Manual Page
srp_stop_rport_timers – stop the transport layer recovery timers
Synopsis
void srp_stop_rport_timers(struct srp_rport *rport);
Arguments
rport
-
- SRP remote port for which to stop the timers.
Description
Must be called after srp_remove_host and scsi_remove_host. The caller must hold a reference on the rport (rport->dev) and on the SCSI host (rport->dev.parent).
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
