Home
last modified time | relevance | path

Searched refs:sync_progress (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c1319 memcpy(&mpt_vol->sync_progress, in mpt_refresh_raid_vol()
1321 sizeof(mpt_vol->sync_progress)); in mpt_refresh_raid_vol()
1322 mpt2host_mpi_raid_vol_indicator(&mpt_vol->sync_progress); in mpt_refresh_raid_vol()
1497 left = MPT_U64_2_SCALAR(mpt_vol->sync_progress.BlocksRemaining); in mpt_refresh_raid_data()
1498 total = MPT_U64_2_SCALAR(mpt_vol->sync_progress.TotalBlocks); in mpt_refresh_raid_data()
H A Dmpt.h469 MPI_RAID_VOL_INDICATOR sync_progress; member