Lines Matching refs:volume_offline
1572 if (needle->volume_offline) in hpsa_scsi_find_entry()
1614 if (sd->volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED) in hpsa_show_volume_status()
1619 switch (sd->volume_offline) { in hpsa_show_volume_status()
1994 if (sd[i]->volume_offline) { in adjust_hpsa_scsi_table()
2040 if (sd[i]->volume_offline) in adjust_hpsa_scsi_table()
3998 unsigned char volume_offline; in hpsa_update_device_info() local
4003 volume_offline = hpsa_volume_offline(h, scsi3addr); in hpsa_update_device_info()
4004 if (volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED && in hpsa_update_device_info()
4012 volume_offline = 0; in hpsa_update_device_info()
4014 this_device->volume_offline = volume_offline; in hpsa_update_device_info()
4015 if (volume_offline == HPSA_LV_FAILED) { in hpsa_update_device_info()
4027 this_device->volume_offline = 0; in hpsa_update_device_info()