Lines Matching refs:volume_status
1453 u8 volume_status = CISS_LV_STATUS_UNAVAILABLE; in pqi_get_volume_status() local
1471 volume_status) + vpd->page_length; in pqi_get_volume_status()
1475 volume_status = vpd->volume_status; in pqi_get_volume_status()
1482 device->volume_status = volume_status; in pqi_get_volume_status()
1562 device->volume_status = CISS_LV_OK; in pqi_get_logical_device_info()
1602 switch (device->volume_status) { in pqi_show_volume_status()
1686 unknown_state_str, device->volume_status); in pqi_show_volume_status()
1877 if ((existing_device->volume_status == CISS_LV_QUEUED_FOR_EXPANSION || in pqi_scsi_update_device()
1878 existing_device->volume_status == CISS_LV_UNDERGOING_EXPANSION) && in pqi_scsi_update_device()
1879 new_device->volume_status == CISS_LV_OK) in pqi_scsi_update_device()
1898 existing_device->volume_status = new_device->volume_status; in pqi_scsi_update_device()