Searched refs:raid_event (Results 1 – 1 of 1) sorted by relevance
375 EVENT_DATA_RAID *raid_event; in mpt_raid_event() local386 raid_event = (EVENT_DATA_RAID *)&msg->Data; in mpt_raid_event()398 if (vol_pg->VolumeID == raid_event->VolumeID in mpt_raid_event()399 && vol_pg->VolumeBus == raid_event->VolumeBus) in mpt_raid_event()409 if (raid_event->PhysDiskNum != 0xFF && mpt->raid_disks != NULL) { in mpt_raid_event()410 mpt_disk = mpt->raid_disks + raid_event->PhysDiskNum; in mpt_raid_event()417 switch(raid_event->ReasonCode) { in mpt_raid_event()468 mpt_prt(mpt, "Volume(%d:%d", raid_event->VolumeBus, in mpt_raid_event()469 raid_event->VolumeID); in mpt_raid_event()471 if (raid_event->PhysDiskNum != 0xFF) in mpt_raid_event()[all …]