Lines Matching refs:volume_pg0
10003 Mpi2RaidVolPage0_t volume_pg0; in _scsih_search_responding_raid_devices() local
10028 &volume_pg0, MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, handle, in _scsih_search_responding_raid_devices()
10032 if (volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_OPTIMAL || in _scsih_search_responding_raid_devices()
10033 volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_ONLINE || in _scsih_search_responding_raid_devices()
10034 volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_DEGRADED) in _scsih_search_responding_raid_devices()
10313 Mpi2RaidVolPage0_t *volume_pg0; in _scsih_scan_for_devices_after_reset() local
10328 volume_pg0 = kzalloc(sizeof(*volume_pg0), GFP_KERNEL); in _scsih_scan_for_devices_after_reset()
10329 if (!volume_pg0) in _scsih_scan_for_devices_after_reset()
10334 kfree(volume_pg0); in _scsih_scan_for_devices_after_reset()
10463 volume_pg0, MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, handle, in _scsih_scan_for_devices_after_reset()
10473 if (volume_pg0->VolumeState == MPI2_RAID_VOL_STATE_OPTIMAL || in _scsih_scan_for_devices_after_reset()
10474 volume_pg0->VolumeState == MPI2_RAID_VOL_STATE_ONLINE || in _scsih_scan_for_devices_after_reset()
10475 volume_pg0->VolumeState == MPI2_RAID_VOL_STATE_DEGRADED) { in _scsih_scan_for_devices_after_reset()
10572 kfree(volume_pg0); in _scsih_scan_for_devices_after_reset()