Lines Matching refs:id_phys

1305 	struct bmic_identify_physical_device *id_phys)  in pqi_get_physical_device_info()  argument
1309 memset(id_phys, 0, sizeof(*id_phys)); in pqi_get_physical_device_info()
1312 id_phys, sizeof(*id_phys)); in pqi_get_physical_device_info()
1318 scsi_sanitize_inquiry_string(&id_phys->model[0], 8); in pqi_get_physical_device_info()
1319 scsi_sanitize_inquiry_string(&id_phys->model[8], 16); in pqi_get_physical_device_info()
1321 memcpy(device->vendor, &id_phys->model[0], sizeof(device->vendor)); in pqi_get_physical_device_info()
1322 memcpy(device->model, &id_phys->model[8], sizeof(device->model)); in pqi_get_physical_device_info()
1324 device->box_index = id_phys->box_index; in pqi_get_physical_device_info()
1325 device->phys_box_on_bus = id_phys->phys_box_on_bus; in pqi_get_physical_device_info()
1326 device->phy_connected_dev_type = id_phys->phy_connected_dev_type[0]; in pqi_get_physical_device_info()
1328 get_unaligned_le16(&id_phys->current_queue_depth_limit); in pqi_get_physical_device_info()
1329 device->active_path_index = id_phys->active_path_number; in pqi_get_physical_device_info()
1330 device->path_map = id_phys->redundant_path_present_map; in pqi_get_physical_device_info()
1332 &id_phys->alternate_paths_phys_box_on_port, in pqi_get_physical_device_info()
1335 &id_phys->alternate_paths_phys_connector, in pqi_get_physical_device_info()
1337 device->bay = id_phys->phys_bay_in_box; in pqi_get_physical_device_info()
1384 struct bmic_identify_physical_device *id_phys) in pqi_get_device_info() argument
1394 rc = pqi_get_physical_device_info(ctrl_info, device, id_phys); in pqi_get_device_info()
1962 struct bmic_identify_physical_device *id_phys = NULL; in pqi_update_scsi_devices() local
2002 id_phys = kmalloc(sizeof(*id_phys), GFP_KERNEL); in pqi_update_scsi_devices()
2003 if (!id_phys) { in pqi_update_scsi_devices()
2094 rc = pqi_get_device_info(ctrl_info, device, id_phys); in pqi_update_scsi_devices()
2151 kfree(id_phys); in pqi_update_scsi_devices()