Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mpt/
HDmpt_raid.c1318 memcpy(&mpt_vol->sync_progress, in mpt_refresh_raid_vol()
1320 sizeof(mpt_vol->sync_progress)); in mpt_refresh_raid_vol()
1321 mpt2host_mpi_raid_vol_indicator(&mpt_vol->sync_progress); in mpt_refresh_raid_vol()
1499 left = MPT_U64_2_SCALAR(mpt_vol->sync_progress.BlocksRemaining); in mpt_refresh_raid_data()
1500 total = MPT_U64_2_SCALAR(mpt_vol->sync_progress.TotalBlocks); in mpt_refresh_raid_data()
HDmpt.h472 MPI_RAID_VOL_INDICATOR sync_progress; member