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

/freebsd-11.0-release/sys/dev/mrsas/
H A Dmrsas_fp.c295 for (i = 0; i < pFwRaidMap->ldCount; i++) {
306 pDrvRaidMap->ldCount = pFwRaidMap->ldCount;
315 for (i = 0; i < pDrvRaidMap->ldCount; i++) {
373 (sizeof(MR_LD_SPAN_MAP) * pDrvRaidMap->ldCount);
408 int ldCount; local
411 for (ldCount = 0; ldCount < MAX_LOGICAL_DRIVES; ldCount++) {
412 ld = MR_TargetIdToLdGet(ldCount, ma
1032 int ldCount; local
1127 int ldCount; local
[all...]
H A Dmrsas.h721 u_int32_t ldCount; member in struct:_MR_FW_RAID_MAP
759 u_int16_t ldCount; member in struct:_MR_FW_RAID_MAP_EXT
795 u_int16_t ldCount; member in struct:_MR_DRV_RAID_MAP
1532 u_int32_t ldCount; member in struct:MR_LD_LIST
H A Dmrsas.c3983 num_lds = map->raidMap.ldCount;
4178 printf("Number of LDs %d\n", ld_list_mem->ldCount);
4182 if (ld_list_mem->ldCount <= sc->fw_supported_vd_count) {
4183 sc->CurLdCount = ld_list_mem->ldCount;
4185 for (ld_index = 0; ld_index < ld_list_mem->ldCount; ld_index++) {

Completed in 120 milliseconds