Home
last modified time | relevance | path

Searched refs:MaxLBAHigh (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/mptutil/
HDmpt_config.c596 vol->MaxLBAHigh = MaxLBA >> 32; in build_volume()
1207 printf(" MaxLBA: %ju\n", (uintmax_t)vol->MaxLBAHigh << 32 | in dump_config()
HDmpt_show.c202 size = ((uint64_t)info->MaxLBAHigh << 32) | info->MaxLBA; in print_vol()
/freebsd-13-stable/sys/dev/mpt/mpilib/
HDmpi_cnfg.h2301 U32 MaxLBAHigh; /* 14h */ member
/freebsd-13-stable/sys/dev/mpt/
HDmpt.c3117 MPT_2_HOST32(volp, MaxLBAHigh); in mpt2host_config_page_raid_vol_0()