Home
last modified time | relevance | path

Searched refs:volume_offline (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dhpsa.h71 unsigned char volume_offline; /* discovered via TUR or VPD */ member
Dhpsa.c1488 if (needle->volume_offline) in hpsa_scsi_find_entry()
1531 if (sd->volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED) in hpsa_show_volume_status()
1536 switch (sd->volume_offline) { in hpsa_show_volume_status()
1824 if (sd[i]->volume_offline) { in adjust_hpsa_scsi_table()
1865 if (sd[i]->volume_offline) in adjust_hpsa_scsi_table()
3641 int volume_offline; in hpsa_update_device_info() local
3646 volume_offline = hpsa_volume_offline(h, scsi3addr); in hpsa_update_device_info()
3647 if (volume_offline < 0 || volume_offline > 0xff) in hpsa_update_device_info()
3648 volume_offline = HPSA_VPD_LV_STATUS_UNSUPPORTED; in hpsa_update_device_info()
3649 this_device->volume_offline = volume_offline & 0xff; in hpsa_update_device_info()
[all …]