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

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c187 pDrvRaidMap->ldCount = (__le16)cpu_to_le16(ld_count);
245 ld_count = (u16)le16_to_cpu(fw_map_ext->ldCount);
251 pDrvRaidMap->ldCount = (__le16)cpu_to_le16(ld_count);
273 ld_count = (u16)le32_to_cpu(pFwRaidMap->ldCount);
281 pDrvRaidMap->ldCount = (__le16)cpu_to_le16(ld_count);
331 le16_to_cpu(pDrvRaidMap->ldCount));
350 num_lds = le16_to_cpu(drv_map->raidMap.ldCount);
1229 int ldCount; local
1233 for (ldCount = 0; ldCount < MAX_LOGICAL_DRIVES_EX
1324 int ldCount; local
[all...]
H A Dmegaraid_sas_fusion.h940 __le32 ldCount; member in struct:MR_FW_RAID_MAP
1179 __le16 ldCount; member in struct:MR_DRV_RAID_MAP
1222 __le16 ldCount; member in struct:MR_FW_RAID_MAP_EXT
H A Dmegaraid_sas.h775 __le32 ldCount; member in struct:MR_LD_LIST
2481 u8 ldCount; member in struct:MR_LD_VF_AFFILIATION
H A Dmegaraid_sas_base.c2548 if (!new_affiliation->ldCount) {
2558 for (i = 0 ; i < new_affiliation->ldCount; i++) {
2560 for (j = 0; j < instance->vf_affiliation->ldCount;
2587 for (i = 0 ; i < instance->vf_affiliation->ldCount; i++) {
2589 for (j = 0 ; j < new_affiliation->ldCount; j++) {
4796 ld_count = le32_to_cpu(ci->ldCount);
H A Dmegaraid_sas_fusion.c1516 num_lds = le16_to_cpu(map->raidMap.ldCount);

Completed in 178 milliseconds