Lines Matching refs:ioc_vol
826 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol; in mpt_is_raid_volume() local
832 ioc_vol = mpt->ioc_page2->RaidVolume; in mpt_is_raid_volume()
833 ioc_last_vol = ioc_vol + mpt->ioc_page2->NumActiveVolumes; in mpt_is_raid_volume()
834 for (;ioc_vol != ioc_last_vol; ioc_vol++) { in mpt_is_raid_volume()
835 if (ioc_vol->VolumeID == tgt) { in mpt_is_raid_volume()
1253 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol) in mpt_refresh_raid_vol() argument
1265 ioc_vol->VolumePageNumber, &vol_pg->Header, TRUE, 5000); in mpt_refresh_raid_vol()
1269 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()
1273 rv = mpt_read_cur_cfg_page(mpt, ioc_vol->VolumePageNumber, in mpt_refresh_raid_vol()
1278 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()
1339 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol; in mpt_refresh_raid_data() local
1408 ioc_vol = mpt->ioc_page2->RaidVolume; in mpt_refresh_raid_data()
1409 ioc_last_vol = ioc_vol + mpt->ioc_page2->NumActiveVolumes; in mpt_refresh_raid_data()
1410 for (;ioc_vol != ioc_last_vol; ioc_vol++) { in mpt_refresh_raid_data()
1413 mpt_vol = mpt->raid_volumes + ioc_vol->VolumePageNumber; in mpt_refresh_raid_data()
1422 mpt_refresh_raid_vol(mpt, mpt_vol, ioc_vol); in mpt_refresh_raid_data()