Searched refs:ldCount (Results 1 – 5 of 5) sorted by relevance
203 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() local287 (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() local370 for (ldCount = 0; ldCount < MAX_LOGICAL_DRIVES_EXT; ldCount++) { in getSpanInfo()371 ld = MR_TargetIdToLdGet(ldCount, map); in getSpanInfo()[all …]
621 __le32 ldCount; member753 __le16 ldCount; member795 __le16 ldCount; member
494 __le32 ldCount; member1842 u8 ldCount; member
2180 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()
941 num_lds = le16_to_cpu(map->raidMap.ldCount); in megasas_sync_map_info()