Searched defs:tmpdevice (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dhpsa.c1711 * it for some reason. *tmpdevice is the target we're adding,
1719 struct hpsa_scsi_dev_t *tmpdevice,
1725 if (test_bit(tmpdevice->target, lunzerobits))
1731 if (!is_ext_target(h, tmpdevice))
1734 if (tmpdevice->lun == 0) /* if lun is 0, then we have a lun 0. */
1738 scsi3addr[3] = tmpdevice->target;
1756 tmpdevice->bus, tmpdevice->target, 0);
1757 set_bit(tmpdevice->target, lunzerobits);
1848 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; local
1718 add_ext_target_dev(struct ctlr_info *h, struct hpsa_scsi_dev_t *tmpdevice, struct hpsa_scsi_dev_t *this_device, u8 *lunaddrbytes, unsigned long lunzerobits[], int *n_ext_target_devs) argument
[all...]

Completed in 40 milliseconds