Lines Matching refs:wwpn
1342 phba_other->wwpn[0], in lpfc_reset_pci_bus()
1343 phba_other->wwpn[1], in lpfc_reset_pci_bus()
1344 phba_other->wwpn[2], in lpfc_reset_pci_bus()
1345 phba_other->wwpn[3], in lpfc_reset_pci_bus()
1346 phba_other->wwpn[4], in lpfc_reset_pci_bus()
1347 phba_other->wwpn[5], in lpfc_reset_pci_bus()
1348 phba_other->wwpn[6], in lpfc_reset_pci_bus()
1349 phba_other->wwpn[7]); in lpfc_reset_pci_bus()
2818 u8 wwpn[WWN_SZ]; in lpfc_soft_wwpn_store() local
2839 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_soft_wwpn_store()
2846 phba->cfg_soft_wwpn = wwn_to_u64(wwpn); in lpfc_soft_wwpn_store()
2978 uint8_t wwpn[WWN_SZ]; in lpfc_oas_tgt_store() local
2988 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_oas_tgt_store()
2992 memcpy(phba->cfg_oas_tgt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_tgt_store()
2993 memcpy(phba->sli4_hba.oas_next_tgt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_tgt_store()
2994 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_tgt_store()
3109 uint8_t wwpn[WWN_SZ]; in lpfc_oas_vpt_store() local
3119 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_oas_vpt_store()
3123 memcpy(phba->cfg_oas_vpt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_vpt_store()
3124 memcpy(phba->sli4_hba.oas_next_vpt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_vpt_store()
3125 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_vpt_store()