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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_raid.c248 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0)
393 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0)
1282 mpt_vol->flags |= MPT_RVF_ACTIVE;
1419 if (((mpt_vol->flags & (MPT_RVF_ACTIVE|MPT_RVF_UP2DATE))
1420 != (MPT_RVF_ACTIVE|MPT_RVF_UP2DATE))
1426 mpt_vol->flags |= MPT_RVF_ACTIVE;
1439 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) {
1637 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) {
1660 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0)
1710 if ((mpt_vol->flags & MPT_RVF_ACTIVE)
[all...]
H A Dmpt.h464 MPT_RVF_ACTIVE = 0x1, enumerator in enum:__anon8340

Completed in 44 milliseconds