Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/mpt/
H A Dmpt_raid.c415 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0) { in mpt_raid_event()
812 && (mpt_disk->flags & MPT_RDF_ACTIVE) != 0) { in mpt_map_physdisk()
832 if ((mpt_disk->flags & MPT_RDF_ACTIVE) != 0 && in mpt_is_raid_member()
1407 if ((mpt_disk->flags & (MPT_RDF_ACTIVE|MPT_RDF_UP2DATE)) in mpt_refresh_raid_data()
1408 != (MPT_RDF_ACTIVE|MPT_RDF_UP2DATE)) { in mpt_refresh_raid_data()
1413 mpt_disk->flags |= MPT_RDF_ACTIVE; in mpt_refresh_raid_data()
1550 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0) in mpt_refresh_raid_data()
H A Dmpt.h469 MPT_RDF_ACTIVE = 0x01, enumerator