Query: srp_reconnect_rport
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SRP_RECONNECT_RPORT(9) SCSI mid layer SRP_RECONNECT_RPORT(9)NAMEsrp_reconnect_rport - reconnect to an SRP target portSYNOPSISint srp_reconnect_rport(struct srp_rport * rport);ARGUMENTSrport -- undescribed --DESCRIPTIONBlocks SCSI command queueing before invoking reconnect such that queuecommand won't be invoked concurrently with reconnect from outside the SCSI EH. This is important since a reconnect implementation may reallocate resources needed by queuecommand.NOTES- This function neither waits until outstanding requests have finished nor tries to abort these. It is the responsibility of the reconnect function to finish outstanding commands before reconnecting to the target port. - It is the responsibility of the caller to ensure that the resources reallocated by the reconnect function won't be used while this function is in progress. One possible strategy is to invoke this function from the context of the SCSI EH thread only. Another possible strategy is to lock the rport mutex inside each SCSI LLD callback that can be invoked by the SCSI EH (the scsi_host_template.eh_*() functions and also the scsi_host_template.queuecommand function).AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SRP_RECONNECT_RPORT(9)
Related Man Pages |
---|
fc_remote_port_delete(9) - centos |
srp_reconnect_rport(9) - centos |
scsi_address(9s) - suse |
scsi_address(9s) - centos |
scsi_address(9s) - minix |
Similar Topics in the Unix Linux Community |
---|
Booting |
Mirro meaning and test |
SCSI interfacing by C |
Kernel Programming: Finding the number of I/O requests |
AIX help -reconnect EMC lun |