Searched refs:raid_resync_rate (Results 1 – 3 of 3) sorted by relevance
990 if (mpt->raid_resync_rate == MPT_RAID_RESYNC_RATE_NC) in mpt_verify_resync_rate()1000 && vol_pg->ResyncRate != mpt->raid_resync_rate) { in mpt_verify_resync_rate()1011 mpt->raid_resync_rate, /*addr*/0, in mpt_verify_resync_rate()1027 vol_pg->ResyncRate = mpt->raid_resync_rate; in mpt_verify_resync_rate()1029 } else if ((prio && mpt->raid_resync_rate < 128) in mpt_verify_resync_rate()1030 || (!prio && mpt->raid_resync_rate >= 128)) { in mpt_verify_resync_rate()1637 mpt->raid_resync_rate = rate; in mpt_raid_set_vol_resync_rate()1786 u_int raid_resync_rate; in mpt_raid_sysctl_vol_resync_rate() local1792 raid_resync_rate = mpt->raid_resync_rate; in mpt_raid_sysctl_vol_resync_rate()1794 error = sysctl_handle_int(oidp, &raid_resync_rate, 0, req); in mpt_raid_sysctl_vol_resync_rate()[all …]
369 mpt->raid_resync_rate = MPT_RAID_RESYNC_RATE_DEFAULT; in mpt_pci_attach()
636 u_int raid_resync_rate; member