Lines Matching refs:wwpn
2220 u8 wwpn[WWN_SZ]; in lpfc_soft_wwpn_store() local
2241 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_soft_wwpn_store()
2248 phba->cfg_soft_wwpn = wwn_to_u64(wwpn); in lpfc_soft_wwpn_store()
2382 uint8_t wwpn[WWN_SZ]; in lpfc_oas_tgt_store() local
2392 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_oas_tgt_store()
2396 memcpy(phba->cfg_oas_tgt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_tgt_store()
2397 memcpy(phba->sli4_hba.oas_next_tgt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_tgt_store()
2398 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_tgt_store()
2450 uint8_t wwpn[WWN_SZ]; in lpfc_oas_vpt_store() local
2460 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_oas_vpt_store()
2464 memcpy(phba->cfg_oas_vpt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_vpt_store()
2465 memcpy(phba->sli4_hba.oas_next_vpt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_vpt_store()
2466 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_vpt_store()