Searched refs:wwn2 (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_init.c5409 uint64_t wwn1, wwn2; local
5451 wwn2 = wwn_to_u64(pri_entry->src_wwpn);
5452 if (wwn2 == (uint64_t)-1)
5454 else if (wwn1 == wwn2)
5461 wwn2 = wwn_to_u64(pri_entry->dst_wwpn);
5462 if (wwn2 == (uint64_t)-1)
5464 else if (wwn1 == wwn2)

Completed in 31 milliseconds