Lines Matching refs:wwpn
2214 u8 wwpn[WWN_SZ]; in lpfc_soft_wwpn_store() local
2235 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_soft_wwpn_store()
2242 phba->cfg_soft_wwpn = wwn_to_u64(wwpn); in lpfc_soft_wwpn_store()
2376 uint8_t wwpn[WWN_SZ]; in lpfc_oas_tgt_store() local
2386 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_oas_tgt_store()
2390 memcpy(phba->cfg_oas_tgt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_tgt_store()
2391 memcpy(phba->sli4_hba.oas_next_tgt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_tgt_store()
2392 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_tgt_store()
2444 uint8_t wwpn[WWN_SZ]; in lpfc_oas_vpt_store() local
2454 rc = lpfc_wwn_set(buf, cnt, wwpn); in lpfc_oas_vpt_store()
2458 memcpy(phba->cfg_oas_vpt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_vpt_store()
2459 memcpy(phba->sli4_hba.oas_next_vpt_wwpn, wwpn, (8 * sizeof(uint8_t))); in lpfc_oas_vpt_store()
2460 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_vpt_store()