Searched refs:raid_resync_rate (Results 1 – 3 of 3) sorted by relevance
989 if (mpt->raid_resync_rate == MPT_RAID_RESYNC_RATE_NC) in mpt_verify_resync_rate()999 && vol_pg->ResyncRate != mpt->raid_resync_rate) { in mpt_verify_resync_rate()1009 mpt->raid_resync_rate, /*addr*/0, in mpt_verify_resync_rate()1025 vol_pg->ResyncRate = mpt->raid_resync_rate; in mpt_verify_resync_rate()1027 } else if ((prio && mpt->raid_resync_rate < 128) in mpt_verify_resync_rate()1028 || (!prio && mpt->raid_resync_rate >= 128)) { in mpt_verify_resync_rate()1631 mpt->raid_resync_rate = rate; in mpt_raid_set_vol_resync_rate()1777 u_int raid_resync_rate; in mpt_raid_sysctl_vol_resync_rate() local1781 raid_resync_rate = mpt->raid_resync_rate; in mpt_raid_sysctl_vol_resync_rate()1783 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