Lines Matching refs:device_exist

1365 	pqi_scsi_dev_t *device_exist, pqi_scsi_dev_t *new_device)  in pqisrc_exist_device_update()  argument
1368 device_exist->expose_device = new_device->expose_device; in pqisrc_exist_device_update()
1369 memcpy(device_exist->vendor, new_device->vendor, in pqisrc_exist_device_update()
1370 sizeof(device_exist->vendor)); in pqisrc_exist_device_update()
1371 memcpy(device_exist->model, new_device->model, in pqisrc_exist_device_update()
1372 sizeof(device_exist->model)); in pqisrc_exist_device_update()
1373 device_exist->is_physical_device = new_device->is_physical_device; in pqisrc_exist_device_update()
1374 device_exist->is_external_raid_device = in pqisrc_exist_device_update()
1379 if ((softs->ld_rescan) && (pqisrc_is_logical_device(device_exist))) { in pqisrc_exist_device_update()
1380 device_exist->scsi_rescan = true; in pqisrc_exist_device_update()
1383 device_exist->sas_address = new_device->sas_address; in pqisrc_exist_device_update()
1384 device_exist->raid_level = new_device->raid_level; in pqisrc_exist_device_update()
1385 device_exist->queue_depth = new_device->queue_depth; in pqisrc_exist_device_update()
1386 device_exist->ioaccel_handle = new_device->ioaccel_handle; in pqisrc_exist_device_update()
1387 device_exist->volume_status = new_device->volume_status; in pqisrc_exist_device_update()
1388 device_exist->active_path_index = new_device->active_path_index; in pqisrc_exist_device_update()
1389 device_exist->path_map = new_device->path_map; in pqisrc_exist_device_update()
1390 device_exist->bay = new_device->bay; in pqisrc_exist_device_update()
1391 memcpy(device_exist->box, new_device->box, in pqisrc_exist_device_update()
1392 sizeof(device_exist->box)); in pqisrc_exist_device_update()
1393 memcpy(device_exist->phys_connector, new_device->phys_connector, in pqisrc_exist_device_update()
1394 sizeof(device_exist->phys_connector)); in pqisrc_exist_device_update()
1395 device_exist->offload_config = new_device->offload_config; in pqisrc_exist_device_update()
1396 device_exist->offload_enabled_pending = in pqisrc_exist_device_update()
1398 if (device_exist->offload_to_mirror) in pqisrc_exist_device_update()
1400 (int *) device_exist->offload_to_mirror, in pqisrc_exist_device_update()
1401 sizeof(*(device_exist->offload_to_mirror))); in pqisrc_exist_device_update()
1402 device_exist->offload_to_mirror = new_device->offload_to_mirror; in pqisrc_exist_device_update()
1403 if (device_exist->raid_map) in pqisrc_exist_device_update()
1405 (char *)device_exist->raid_map, in pqisrc_exist_device_update()
1406 sizeof(*device_exist->raid_map)); in pqisrc_exist_device_update()
1407 device_exist->raid_map = new_device->raid_map; in pqisrc_exist_device_update()