Lines Matching refs:volume_status
1270 u8 volume_status = CISS_LV_STATUS_UNAVAILABLE; in pqi_get_volume_status() local
1288 volume_status) + vpd->page_length; in pqi_get_volume_status()
1292 volume_status = vpd->volume_status; in pqi_get_volume_status()
1299 device->volume_status = volume_status; in pqi_get_volume_status()
1367 device->volume_status = CISS_LV_OK; in pqi_get_logical_device_info()
1407 switch (device->volume_status) { in pqi_show_volume_status()
1491 unknown_state_str, device->volume_status); in pqi_show_volume_status()
1685 if ((existing_device->volume_status == CISS_LV_QUEUED_FOR_EXPANSION || in pqi_scsi_update_device()
1686 existing_device->volume_status == CISS_LV_UNDERGOING_EXPANSION) && in pqi_scsi_update_device()
1687 new_device->volume_status == CISS_LV_OK) in pqi_scsi_update_device()
1706 existing_device->volume_status = new_device->volume_status; in pqi_scsi_update_device()