Searched refs:MaxLBA (Results 1 – 7 of 7) sorted by relevance
504 uint64_t MaxLBA; in build_volume() local542 MinLBA = info->drives[0].info->MaxLBA; in build_volume()544 if (info->drives[i].info->MaxLBA < MinLBA) in build_volume()545 MinLBA = info->drives[i].info->MaxLBA; in build_volume()558 MaxLBA = MinLBA * info->drive_count; in build_volume()562 MaxLBA = MinLBA * (info->drive_count / 2); in build_volume()567 MaxLBA = MinLBA * info->drive_count / 2; in build_volume()579 if (MaxLBA >> 32 != 0 && in build_volume()584 MaxLBA = 0xffffffff; in build_volume()586 vol->MaxLBA = MaxLBA; in build_volume()[all …]
199 size = ((uint64_t)info->MaxLBAHigh << 32) | info->MaxLBA; in print_vol()223 humanize_number(buf, sizeof(buf), ((uint64_t)info->MaxLBA + 1) * 512, in print_pd()
442 sc->DD_max_lba = le64toh((uint64_t)raid_vol_pg0->MaxLBA.High << in mps_wd_config_pages()443 32 | (uint64_t)raid_vol_pg0->MaxLBA.Low); in mps_wd_config_pages()
2354 U32 MaxLBA; /* 10h */ member2471 U32 MaxLBA; /* 68h */ member
3123 MPT_2_HOST32(volp, MaxLBA); in mpt2host_config_page_raid_vol_0()3139 MPT_2_HOST32(rpd0, MaxLBA); in mpt2host_config_page_raid_phys_disk_0()
1372 U64 MaxLBA; /* 0x10 */ member
1808 U64 MaxLBA; /* 0x10 */ member