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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_raid.c409 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0) {
793 && (mpt_disk->flags & MPT_RDF_ACTIVE) != 0) {
813 if ((mpt_disk->flags & MPT_RDF_ACTIVE) != 0 &&
1385 if ((mpt_disk->flags & (MPT_RDF_ACTIVE|MPT_RDF_UP2DATE))
1386 != (MPT_RDF_ACTIVE|MPT_RDF_UP2DATE)) {
1391 mpt_disk->flags |= MPT_RDF_ACTIVE;
1528 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0)
H A Dmpt.h480 MPT_RDF_ACTIVE = 0x01, enumerator in enum:__anon8341

Completed in 106 milliseconds