Lines Matching refs:WWPN
390 ppage0_alloc->WWPN.Low = in mptfc_GetFcDevPage0()
391 le32_to_cpu(ppage0_alloc->WWPN.Low); in mptfc_GetFcDevPage0()
393 ppage0_alloc->WWPN.High = in mptfc_GetFcDevPage0()
394 le32_to_cpu(ppage0_alloc->WWPN.High); in mptfc_GetFcDevPage0()
451 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids()
478 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
520 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
612 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_dump_lun_info()
826 pp0dest->WWPN.Low = le32_to_cpu(pp0dest->WWPN.Low); in mptfc_GetFcPortPage0()
827 pp0dest->WWPN.High = le32_to_cpu(pp0dest->WWPN.High); in mptfc_GetFcPortPage0()
1042 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low; in mptfc_init_host_attr()
1138 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_setup_reset()
1139 (u64)ri->pg0.WWPN.Low; in mptfc_setup_reset()
1193 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_rescan_devices()
1194 (u64)ri->pg0.WWPN.Low; in mptfc_rescan_devices()