.\" 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_RPORT_CREATE" "9" "09 October 2005" "" "" .SH NAME fc_rport_create \- allocates and creates a remote FC port. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct fc_rport * fc_rport_create (struct Scsi_Host * \fIshost\fB, int \fIchannel\fB, struct fc_rport_identifiers * \fIids\fB); \fR .SH "ARGUMENTS" .TP \fB\fIshost\fB\fR scsi host the remote port is connected to. .TP \fB\fIchannel\fB\fR Channel on shost port connected to. .TP \fB\fIids\fB\fR The world wide names, fc address, and FC4 port roles for the remote port. .SH "DESCRIPTION" .PP Allocates and creates the remoter port structure, including the class and sysfs creation. .SH "NOTES" .PP This routine assumes no locks are held on entry.