Lines Matching refs:WWPN
361 ppage0_alloc->WWPN.Low = in mptfc_GetFcDevPage0()
362 le32_to_cpu(ppage0_alloc->WWPN.Low); in mptfc_GetFcDevPage0()
364 ppage0_alloc->WWPN.High = in mptfc_GetFcDevPage0()
365 le32_to_cpu(ppage0_alloc->WWPN.High); in mptfc_GetFcDevPage0()
422 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids()
449 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
491 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
584 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_dump_lun_info()
799 pp0dest->WWPN.Low = le32_to_cpu(pp0dest->WWPN.Low); in mptfc_GetFcPortPage0()
800 pp0dest->WWPN.High = le32_to_cpu(pp0dest->WWPN.High); in mptfc_GetFcPortPage0()
1017 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low; in mptfc_init_host_attr()
1113 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_setup_reset()
1114 (u64)ri->pg0.WWPN.Low; in mptfc_setup_reset()
1168 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_rescan_devices()
1169 (u64)ri->pg0.WWPN.Low; in mptfc_rescan_devices()