Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mpt/
HDmpt_raid.c373 EVENT_DATA_RAID *raid_event; in mpt_raid_event() local
384 raid_event = (EVENT_DATA_RAID *)&msg->Data; in mpt_raid_event()
396 if (vol_pg->VolumeID == raid_event->VolumeID in mpt_raid_event()
397 && vol_pg->VolumeBus == raid_event->VolumeBus) in mpt_raid_event()
407 if (raid_event->PhysDiskNum != 0xFF && mpt->raid_disks != NULL) { in mpt_raid_event()
408 mpt_disk = mpt->raid_disks + raid_event->PhysDiskNum; in mpt_raid_event()
415 switch(raid_event->ReasonCode) { in mpt_raid_event()
466 mpt_prt(mpt, "Volume(%d:%d", raid_event->VolumeBus, in mpt_raid_event()
467 raid_event->VolumeID); in mpt_raid_event()
469 if (raid_event->PhysDiskNum != 0xFF) in mpt_raid_event()
[all …]