Home
last modified time | relevance | path

Searched refs:new_affiliation (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2472 struct MR_LD_VF_AFFILIATION *new_affiliation = NULL; in megasas_get_ld_vf_affiliation_12() local
2500 new_affiliation = in megasas_get_ld_vf_affiliation_12()
2504 if (!new_affiliation) { in megasas_get_ld_vf_affiliation_12()
2548 if (!new_affiliation->ldCount) { in megasas_get_ld_vf_affiliation_12()
2555 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12()
2557 thisVf = new_affiliation->thisVf; in megasas_get_ld_vf_affiliation_12()
2558 for (i = 0 ; i < new_affiliation->ldCount; i++) { in megasas_get_ld_vf_affiliation_12()
2584 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12()
2589 for (j = 0 ; j < new_affiliation->ldCount; j++) { in megasas_get_ld_vf_affiliation_12()
2617 memcpy(instance->vf_affiliation, new_affiliation, in megasas_get_ld_vf_affiliation_12()
[all …]