Searched refs:volume_offline (Results 1 – 2 of 2) sorted by relevance
48 unsigned char volume_offline; /* discovered via TUR or VPD */ member
1149 if (needle->volume_offline) in hpsa_scsi_find_entry()1192 if (sd->volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED) in hpsa_show_volume_status()1197 switch (sd->volume_offline) { in hpsa_show_volume_status()1412 if (sd[i]->volume_offline) { in adjust_hpsa_scsi_table()1445 if (sd[i]->volume_offline) in adjust_hpsa_scsi_table()2698 int volume_offline; in hpsa_update_device_info() local2703 volume_offline = hpsa_volume_offline(h, scsi3addr); in hpsa_update_device_info()2704 if (volume_offline < 0 || volume_offline > 0xff) in hpsa_update_device_info()2705 volume_offline = HPSA_VPD_LV_STATUS_UNSUPPORTED; in hpsa_update_device_info()2706 this_device->volume_offline = volume_offline & 0xff; in hpsa_update_device_info()[all …]