Searched refs:volume_offline (Results 1 – 2 of 2) sorted by relevance
49 unsigned char volume_offline; /* discovered via TUR or VPD */ member
1151 if (needle->volume_offline) in hpsa_scsi_find_entry()1194 if (sd->volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED) in hpsa_show_volume_status()1199 switch (sd->volume_offline) { in hpsa_show_volume_status()1335 if (sd[i]->volume_offline) { in adjust_hpsa_scsi_table()1368 if (sd[i]->volume_offline) in adjust_hpsa_scsi_table()2649 int volume_offline; in hpsa_update_device_info() local2654 volume_offline = hpsa_volume_offline(h, scsi3addr); in hpsa_update_device_info()2655 if (volume_offline < 0 || volume_offline > 0xff) in hpsa_update_device_info()2656 volume_offline = HPSA_VPD_LV_STATUS_UNSUPPORTED; in hpsa_update_device_info()2657 this_device->volume_offline = volume_offline & 0xff; in hpsa_update_device_info()[all …]