Lines Matching refs:WWPN
354 ppage0_alloc->WWPN.Low = in mptfc_GetFcDevPage0()
355 le32_to_cpu(ppage0_alloc->WWPN.Low); in mptfc_GetFcDevPage0()
357 ppage0_alloc->WWPN.High = in mptfc_GetFcDevPage0()
358 le32_to_cpu(ppage0_alloc->WWPN.High); in mptfc_GetFcDevPage0()
415 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids()
442 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
484 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
576 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_dump_lun_info()
789 pp0dest->WWPN.Low = le32_to_cpu(pp0dest->WWPN.Low); in mptfc_GetFcPortPage0()
790 pp0dest->WWPN.High = le32_to_cpu(pp0dest->WWPN.High); in mptfc_GetFcPortPage0()
1007 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low; in mptfc_init_host_attr()
1103 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_setup_reset()
1104 (u64)ri->pg0.WWPN.Low; in mptfc_setup_reset()
1158 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_rescan_devices()
1159 (u64)ri->pg0.WWPN.Low; in mptfc_rescan_devices()