Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.c4230 struct bmic_identify_controller *id_ctlr, in hpsa_set_local_logical_count() argument
4235 if (!id_ctlr) { in hpsa_set_local_logical_count()
4240 memset(id_ctlr, 0, sizeof(*id_ctlr)); in hpsa_set_local_logical_count()
4241 rc = hpsa_bmic_id_controller(h, id_ctlr, sizeof(*id_ctlr)); in hpsa_set_local_logical_count()
4243 if (id_ctlr->configured_logical_drive_count < 255) in hpsa_set_local_logical_count()
4244 *nlocals = id_ctlr->configured_logical_drive_count; in hpsa_set_local_logical_count()
4247 id_ctlr->extended_logical_unit_count); in hpsa_set_local_logical_count()
4333 struct bmic_identify_controller *id_ctlr = NULL; in hpsa_update_scsi_devices() local
4349 id_ctlr = kzalloc_obj(*id_ctlr); in hpsa_update_scsi_devices()
4352 !tmpdevice || !id_phys || !id_ctlr) { in hpsa_update_scsi_devices()
[all …]