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

/freebsd-current/usr.sbin/mptutil/
H A Dmpt_config.c512 uint64_t MaxLBA; local
550 MinLBA = info->drives[0].info->MaxLBA;
552 if (info->drives[i].info->MaxLBA < MinLBA)
553 MinLBA = info->drives[i].info->MaxLBA;
566 MaxLBA = (uint64_t)MinLBA * info->drive_count;
570 MaxLBA = (uint64_t)MinLBA * (info->drive_count / 2);
575 MaxLBA = (uint64_t)MinLBA * info->drive_count / 2;
587 if (MaxLBA >> 32 != 0 &&
592 MaxLBA = 0xffffffff;
594 vol->MaxLBA
[all...]
H A Dmpt_show.c201 size = ((uint64_t)info->MaxLBAHigh << 32) | info->MaxLBA;
225 humanize_number(buf, sizeof(buf), ((uint64_t)info->MaxLBA + 1) * 512,
/freebsd-current/sys/dev/mps/
H A Dmps_config.c442 sc->DD_max_lba = le64toh((uint64_t)raid_vol_pg0->MaxLBA.High <<
443 32 | (uint64_t)raid_vol_pg0->MaxLBA.Low);
/freebsd-current/sys/dev/mpt/
H A Dmpt.c3116 MPT_2_HOST32(volp, MaxLBA);
3132 MPT_2_HOST32(rpd0, MaxLBA);
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2300 U32 MaxLBA; /* 10h */ member in struct:_CONFIG_PAGE_RAID_VOL_0
2415 U32 MaxLBA; /* 68h */ member in struct:_CONFIG_PAGE_RAID_PHYS_DISK_0
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h1327 U64 MaxLBA; /* 0x10 */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_0
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1793 U64 MaxLBA; /* 0x10 */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_0

Completed in 192 milliseconds