Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c203 ld_count = (u16)le32_to_cpu(pFwRaidMap->ldCount); in MR_PopulateDrvRaidMap()
218 pDrvRaidMap->ldCount = (__le16)cpu_to_le16(ld_count); in MR_PopulateDrvRaidMap()
268 u16 ldCount, num_lds; in MR_ValidateMapInfo() local
287 (sizeof(struct MR_LD_SPAN_MAP) * le16_to_cpu(pDrvRaidMap->ldCount))); in MR_ValidateMapInfo()
303 num_lds = le16_to_cpu(drv_map->raidMap.ldCount); in MR_ValidateMapInfo()
306 for (ldCount = 0; ldCount < num_lds; ldCount++) { in MR_ValidateMapInfo()
307 ld = MR_TargetIdToLdGet(ldCount, drv_map); in MR_ValidateMapInfo()
367 int ldCount; in getSpanInfo() local
370 for (ldCount = 0; ldCount < MAX_LOGICAL_DRIVES_EXT; ldCount++) { in getSpanInfo()
371 ld = MR_TargetIdToLdGet(ldCount, map); in getSpanInfo()
[all …]
Dmegaraid_sas_fusion.h621 __le32 ldCount; member
753 __le16 ldCount; member
795 __le16 ldCount; member
Dmegaraid_sas.h494 __le32 ldCount; member
1842 u8 ldCount; member
Dmegaraid_sas_base.c2180 if (!new_affiliation->ldCount) { in megasas_get_ld_vf_affiliation_12()
2190 for (i = 0 ; i < new_affiliation->ldCount; i++) { in megasas_get_ld_vf_affiliation_12()
2192 for (j = 0; j < instance->vf_affiliation->ldCount; in megasas_get_ld_vf_affiliation_12()
2219 for (i = 0 ; i < instance->vf_affiliation->ldCount; i++) { in megasas_get_ld_vf_affiliation_12()
2221 for (j = 0 ; j < new_affiliation->ldCount; j++) { in megasas_get_ld_vf_affiliation_12()
4010 ld_count = le32_to_cpu(ci->ldCount); in megasas_get_ld_list()
Dmegaraid_sas_fusion.c941 num_lds = le16_to_cpu(map->raidMap.ldCount); in megasas_sync_map_info()