Searched refs:volume_offline (Results 1 – 2 of 2) sorted by relevance
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()3984 unsigned char volume_offline; in hpsa_update_device_info() local3989 volume_offline = hpsa_volume_offline(h, scsi3addr); in hpsa_update_device_info()3990 if (volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED && in hpsa_update_device_info()3998 volume_offline = 0; in hpsa_update_device_info()4000 this_device->volume_offline = volume_offline; in hpsa_update_device_info()[all …]
1132 u8 volume_offline : 1; member