Lines Matching defs:wwpn
230 u8 wwpn[8];
232 u64_to_wwn(wwn, wwpn);
234 wwpn[0], wwpn[1], wwpn[2], wwpn[3],
235 wwpn[4], wwpn[5], wwpn[6], wwpn[7]);
259 /* Check if the wwpn is not same as that of the lport */
260 if (!memcmp(&n_port->wwpn, &vport->port_name, sizeof(u64))) {
267 /* Check if there is any existing vport with same wwpn */
269 if (!memcmp(&vn_port->wwpn, &vport->port_name, sizeof(u64))) {