Searched refs:tmpdevice (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 2800 struct hpsa_scsi_dev_t *tmpdevice, in add_ext_target_dev() argument 2806 if (test_bit(tmpdevice->target, lunzerobits)) in add_ext_target_dev() 2812 if (!is_ext_target(h, tmpdevice)) in add_ext_target_dev() 2815 if (tmpdevice->lun == 0) /* if lun is 0, then we have a lun 0. */ in add_ext_target_dev() 2819 scsi3addr[3] = tmpdevice->target; in add_ext_target_dev() 2837 tmpdevice->bus, tmpdevice->target, 0); in add_ext_target_dev() 2838 set_bit(tmpdevice->target, lunzerobits); in add_ext_target_dev() 3073 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; in hpsa_update_scsi_devices() local 3083 tmpdevice = kzalloc(sizeof(*tmpdevice), GFP_KERNEL); in hpsa_update_scsi_devices() 3087 !tmpdevice || !id_phys) { in hpsa_update_scsi_devices() [all …]
|