Searched refs:raid_resync_rate (Results 1 – 3 of 3) sorted by relevance
988 if (mpt->raid_resync_rate == MPT_RAID_RESYNC_RATE_NC) in mpt_verify_resync_rate()998 && vol_pg->ResyncRate != mpt->raid_resync_rate) { in mpt_verify_resync_rate()1008 mpt->raid_resync_rate, /*addr*/0, in mpt_verify_resync_rate()1024 vol_pg->ResyncRate = mpt->raid_resync_rate; in mpt_verify_resync_rate()1026 } else if ((prio && mpt->raid_resync_rate < 128) in mpt_verify_resync_rate()1027 || (!prio && mpt->raid_resync_rate >= 128)) { in mpt_verify_resync_rate()1630 mpt->raid_resync_rate = rate; in mpt_raid_set_vol_resync_rate()1776 u_int raid_resync_rate; in mpt_raid_sysctl_vol_resync_rate() local1780 raid_resync_rate = mpt->raid_resync_rate; in mpt_raid_sysctl_vol_resync_rate()1782 error = sysctl_handle_int(oidp, &raid_resync_rate, 0, req); in mpt_raid_sysctl_vol_resync_rate()[all …]
366 mpt->raid_resync_rate = MPT_RAID_RESYNC_RATE_DEFAULT; in mpt_pci_attach()
630 u_int raid_resync_rate; member