Searched refs:MaxLBA (Results 1 – 7 of 7) sorted by relevance
513 uint64_t MaxLBA; in build_volume() local551 MinLBA = info->drives[0].info->MaxLBA; in build_volume()553 if (info->drives[i].info->MaxLBA < MinLBA) in build_volume()554 MinLBA = info->drives[i].info->MaxLBA; in build_volume()567 MaxLBA = (uint64_t)MinLBA * info->drive_count; in build_volume()571 MaxLBA = (uint64_t)MinLBA * (info->drive_count / 2); in build_volume()576 MaxLBA = (uint64_t)MinLBA * info->drive_count / 2; in build_volume()588 if (MaxLBA >> 32 != 0 && in build_volume()593 MaxLBA = 0xffffffff; in build_volume()595 vol->MaxLBA = MaxLBA; in build_volume()[all …]
202 size = ((uint64_t)info->MaxLBAHigh << 32) | info->MaxLBA; in print_vol()226 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()
2300 U32 MaxLBA; /* 10h */ member2415 U32 MaxLBA; /* 68h */ member
3116 MPT_2_HOST32(volp, MaxLBA); in mpt2host_config_page_raid_vol_0()3132 MPT_2_HOST32(rpd0, MaxLBA); in mpt2host_config_page_raid_phys_disk_0()
1327 U64 MaxLBA; /* 0x10 */ member
1793 U64 MaxLBA; /* 0x10 */ member