Lines Matching refs:raid_event
375 EVENT_DATA_RAID *raid_event; in mpt_raid_event() local
386 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()
473 raid_event->PhysDiskNum); in mpt_raid_event()
478 if (raid_event->ReasonCode >= NUM_ELEMENTS(raid_event_txt)) in mpt_raid_event()
480 raid_event->ReasonCode); in mpt_raid_event()
483 raid_event_txt[raid_event->ReasonCode]); in mpt_raid_event()
486 if (raid_event->ReasonCode == MPI_EVENT_RAID_RC_SMART_DATA) { in mpt_raid_event()
492 raid_event->VolumeBus, raid_event->VolumeID, in mpt_raid_event()
493 raid_event->PhysDiskNum); in mpt_raid_event()
495 raid_event->ASC, raid_event->ASCQ); in mpt_raid_event()