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

/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c158 (sizeof(struct MR_LD_SPAN_MAP) *pFwRaidMap->ldCount))) {
163 pFwRaidMap->ldCount)));
445 int ldCount; local
449 for (ldCount = 0; ldCount < MAX_LOGICAL_DRIVES; ldCount++) {
450 ld = MR_TargetIdToLdGet(ldCount, map);
452 lbInfo[ldCount].loadBalanceFlag = 0;
464 lbInfo[ldCount].loadBalanceFlag = 1;
472 lbInfo[ldCount]
[all...]
H A Dmegaraid_sas_fusion.h572 u32 ldCount; member in struct:MR_FW_RAID_MAP
H A Dmegaraid_sas.h395 u32 ldCount; member in struct:MR_LD_LIST
H A Dmegaraid_sas_fusion.c826 num_lds = map->raidMap.ldCount;
H A Dmegaraid_sas_base.c3199 if ((ret == 0) && (ci->ldCount <= MAX_LOGICAL_DRIVES)) {
3202 for (ld_index = 0; ld_index < ci->ldCount; ld_index++) {

Completed in 78 milliseconds