Lines Matching refs:wwpn
231 u8 wwpn[8];
233 u64_to_wwn(wwn, wwpn);
235 wwpn[0], wwpn[1], wwpn[2], wwpn[3],
236 wwpn[4], wwpn[5], wwpn[6], wwpn[7]);
260 /* Check if the wwpn is not same as that of the lport */
261 if (!memcmp(&n_port->wwpn, &vport->port_name, sizeof(u64))) {
268 /* Check if there is any existing vport with same wwpn */
270 if (!memcmp(&vn_port->wwpn, &vport->port_name, sizeof(u64))) {