Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c248 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) in mpt_raid_async()
395 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) in mpt_raid_event()
1283 mpt_vol->flags |= MPT_RVF_ACTIVE; in mpt_refresh_raid_vol()
1418 if (((mpt_vol->flags & (MPT_RVF_ACTIVE|MPT_RVF_UP2DATE)) in mpt_refresh_raid_data()
1419 != (MPT_RVF_ACTIVE|MPT_RVF_UP2DATE)) in mpt_refresh_raid_data()
1424 mpt_vol->flags |= MPT_RVF_ACTIVE; in mpt_refresh_raid_data()
1437 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) { in mpt_refresh_raid_data()
1633 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) { in mpt_raid_set_vol_resync_rate()
1656 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) in mpt_raid_set_vol_queue_depth()
1706 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) in mpt_raid_set_vol_mwce()
H A Dmpt.h460 MPT_RVF_ACTIVE = 0x1, enumerator