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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c1590 * it for some reason. *tmpdevice is the target we're adding,
1598 struct hpsa_scsi_dev_t *tmpdevice,
1611 if (!is_msa2xxx(h, tmpdevice))
1729 struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice; local
1742 tmpdevice = kzalloc(sizeof(*tmpdevice), GFP_KERNEL);
1745 !inq_buff || !tmpdevice) {
1791 if (hpsa_update_device_info(h, lunaddrbytes, tmpdevice))
1794 tmpdevice);
1804 if (add_msa2xxx_enclosure_device(h, tmpdevice, this_devic
1597 add_msa2xxx_enclosure_device(struct ctlr_info *h, struct hpsa_scsi_dev_t *tmpdevice, struct hpsa_scsi_dev_t *this_device, u8 *lunaddrbytes, int bus, int target, int lun, unsigned long lunzerobits[], int *nmsa2xxx_enclosures) argument
[all...]

Completed in 51 milliseconds