.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FC_REMOTE_PORT_UNBLOCK" "9" "09 October 2005" "" "" .SH NAME fc_remote_port_unblock \- restart any blocked scsi traffic to a remote port. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void fc_remote_port_unblock (struct fc_rport * \fIrport\fB); \fR .SH "ARGUMENTS" .TP \fB\fIrport\fB\fR remote port to be unblocked. .SH "DESCRIPTION" .PP scsi lld's with a FC transport call this routine to restart IO to all devices associated with the caller's scsi target following a fc_target_block request. Called from interrupt or normal process context. .SH "NOTES" .PP This routine assumes no locks are held on entry.