Home
last modified time | relevance | path

Searched refs:MaxLBA (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/mptutil/
H A Dmpt_config.c512 uint64_t MaxLBA; in build_volume() local
550 MinLBA = info->drives[0].info->MaxLBA; in build_volume()
552 if (info->drives[i].info->MaxLBA < MinLBA) in build_volume()
553 MinLBA = info->drives[i].info->MaxLBA; in build_volume()
566 MaxLBA = (uint64_t)MinLBA * info->drive_count; in build_volume()
570 MaxLBA = (uint64_t)MinLBA * (info->drive_count / 2); in build_volume()
575 MaxLBA = (uint64_t)MinLBA * info->drive_count / 2; in build_volume()
587 if (MaxLBA >> 32 != 0 && in build_volume()
592 MaxLBA = 0xffffffff; in build_volume()
594 vol->MaxLBA = MaxLBA; in build_volume()
[all …]
H A Dmpt_show.c201 size = ((uint64_t)info->MaxLBAHigh << 32) | info->MaxLBA; in print_vol()
225 humanize_number(buf, sizeof(buf), ((uint64_t)info->MaxLBA + 1) * 512, in print_pd()
/freebsd/sys/dev/mps/
H A Dmps_config.c442 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()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2300 U32 MaxLBA; /* 10h */ member
2415 U32 MaxLBA; /* 68h */ member
/freebsd/sys/dev/mpt/
H A Dmpt.c3116 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()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h1327 U64 MaxLBA; /* 0x10 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1793 U64 MaxLBA; /* 0x10 */ member