Home
last modified time | relevance | path

Searched refs:raid_event (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c374 EVENT_DATA_RAID *raid_event; in mpt_raid_event() local
385 raid_event = (EVENT_DATA_RAID *)&msg->Data; in mpt_raid_event()
397 if (vol_pg->VolumeID == raid_event->VolumeID in mpt_raid_event()
398 && vol_pg->VolumeBus == raid_event->VolumeBus) in mpt_raid_event()
408 if (raid_event->PhysDiskNum != 0xFF && mpt->raid_disks != NULL) { in mpt_raid_event()
409 mpt_disk = mpt->raid_disks + raid_event->PhysDiskNum; in mpt_raid_event()
416 switch(raid_event->ReasonCode) { in mpt_raid_event()
467 mpt_prt(mpt, "Volume(%d:%d", raid_event->VolumeBus, in mpt_raid_event()
468 raid_event->VolumeID); in mpt_raid_event()
470 if (raid_event->PhysDiskNum != 0xFF) in mpt_raid_event()
[all …]