Searched refs:mpt_disk (Results 1 – 1 of 1) sorted by relevance
375 struct mpt_raid_disk *mpt_disk; in mpt_raid_event() local406 mpt_disk = NULL; in mpt_raid_event()408 mpt_disk = mpt->raid_disks + raid_event->PhysDiskNum; in mpt_raid_event()409 if ((mpt_disk->flags & MPT_RDF_ACTIVE) == 0) { in mpt_raid_event()410 mpt_disk = NULL; in mpt_raid_event()448 if (mpt_disk != NULL) { in mpt_raid_event()449 mpt_disk->flags &= ~MPT_RDF_UP2DATE; in mpt_raid_event()461 if (mpt_disk != NULL) { in mpt_raid_event()462 mpt_disk_prt(mpt, mpt_disk, ""); in mpt_raid_event()486 if (mpt_disk != NULL) in mpt_raid_event()[all …]