Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c411 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0) { in mpt_raid_event()
794 && (mpt_disk->flags & MPT_RDF_ACTIVE) != 0) { in mpt_map_physdisk()
814 if ((mpt_disk->flags & MPT_RDF_ACTIVE) != 0 && in mpt_is_raid_member()
1386 if ((mpt_disk->flags & (MPT_RDF_ACTIVE|MPT_RDF_UP2DATE)) in mpt_refresh_raid_data()
1387 != (MPT_RDF_ACTIVE|MPT_RDF_UP2DATE)) { in mpt_refresh_raid_data()
1390 mpt_disk->flags |= MPT_RDF_ACTIVE; in mpt_refresh_raid_data()
1525 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0) in mpt_refresh_raid_data()
H A Dmpt.h476 MPT_RDF_ACTIVE = 0x01, enumerator