Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1993 struct MR_LD_VF_AFFILIATION *new_affiliation = NULL; in megasas_get_ld_vf_affiliation_12() local
2021 new_affiliation = in megasas_get_ld_vf_affiliation_12()
2026 if (!new_affiliation) { in megasas_get_ld_vf_affiliation_12()
2033 memset(new_affiliation, 0, (MAX_LOGICAL_DRIVES + 1) * in megasas_get_ld_vf_affiliation_12()
2071 if (!new_affiliation->ldCount) { in megasas_get_ld_vf_affiliation_12()
2078 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12()
2080 thisVf = new_affiliation->thisVf; in megasas_get_ld_vf_affiliation_12()
2081 for (i = 0 ; i < new_affiliation->ldCount; i++) { in megasas_get_ld_vf_affiliation_12()
2107 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12()
2112 for (j = 0 ; j < new_affiliation->ldCount; j++) { in megasas_get_ld_vf_affiliation_12()
[all …]