Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/smartpqi/
Dsmartpqi_init.c1672 static void pqi_scsi_update_device(struct pqi_scsi_dev *existing_device, in pqi_scsi_update_device() argument
1675 existing_device->devtype = new_device->devtype; in pqi_scsi_update_device()
1676 existing_device->device_type = new_device->device_type; in pqi_scsi_update_device()
1677 existing_device->bus = new_device->bus; in pqi_scsi_update_device()
1679 existing_device->target = new_device->target; in pqi_scsi_update_device()
1680 existing_device->lun = new_device->lun; in pqi_scsi_update_device()
1681 existing_device->target_lun_valid = true; in pqi_scsi_update_device()
1684 if ((existing_device->volume_status == CISS_LV_QUEUED_FOR_EXPANSION || in pqi_scsi_update_device()
1685 existing_device->volume_status == CISS_LV_UNDERGOING_EXPANSION) && in pqi_scsi_update_device()
1687 existing_device->rescan = true; in pqi_scsi_update_device()
[all …]