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