.\" 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 "ZFCP_GET_PORT_BY_WWPN" "9" "09 October 2005" "" "" .SH NAME zfcp_get_port_by_wwpn \- find port in port list of adapter by wwpn .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct zfcp_port * zfcp_get_port_by_wwpn (struct zfcp_adapter * \fIadapter\fB, wwn_t \fIwwpn\fB); \fR .SH "ARGUMENTS" .TP \fB\fIadapter\fB\fR pointer to adapter to search for port .TP \fB\fIwwpn\fB\fR wwpn to search for Traverse list of all ports of an adapter and return pointer to a port with the given wwpn.