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