Searched refs:ldCount (Results 1 – 5 of 5) sorted by relevance
195 ld_count = (u16)le32_to_cpu(pFwRaidMap->ldCount); in MR_PopulateDrvRaidMap()210 pDrvRaidMap->ldCount = (__le16)cpu_to_le16(ld_count); in MR_PopulateDrvRaidMap()260 u16 ldCount, num_lds; in MR_ValidateMapInfo() local279 (sizeof(struct MR_LD_SPAN_MAP) * le16_to_cpu(pDrvRaidMap->ldCount))); in MR_ValidateMapInfo()295 num_lds = le16_to_cpu(drv_map->raidMap.ldCount); in MR_ValidateMapInfo()298 for (ldCount = 0; ldCount < num_lds; ldCount++) { in MR_ValidateMapInfo()299 ld = MR_TargetIdToLdGet(ldCount, drv_map); in MR_ValidateMapInfo()359 int ldCount; in getSpanInfo() local362 for (ldCount = 0; ldCount < MAX_LOGICAL_DRIVES_EXT; ldCount++) { in getSpanInfo()363 ld = MR_TargetIdToLdGet(ldCount, map); in getSpanInfo()[all …]
607 u32 ldCount; member740 u16 ldCount; member782 u16 ldCount; member
463 u32 ldCount; member1783 u8 ldCount; member
2071 if (!new_affiliation->ldCount) { in megasas_get_ld_vf_affiliation_12()2081 for (i = 0 ; i < new_affiliation->ldCount; i++) { in megasas_get_ld_vf_affiliation_12()2083 for (j = 0; j < instance->vf_affiliation->ldCount; in megasas_get_ld_vf_affiliation_12()2110 for (i = 0 ; i < instance->vf_affiliation->ldCount; i++) { in megasas_get_ld_vf_affiliation_12()2112 for (j = 0 ; j < new_affiliation->ldCount; j++) { in megasas_get_ld_vf_affiliation_12()3947 ld_count = le32_to_cpu(ci->ldCount); in megasas_get_ld_list()
887 num_lds = le16_to_cpu(map->raidMap.ldCount); in megasas_sync_map_info()