Home
last modified time | relevance | path

Searched defs:hpsa_scsi_dev_t (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dhpsa.h39 struct hpsa_scsi_dev_t { struct
40 int devtype;
41 int bus, target, lun; /* as presented to the OS */
42 unsigned char scsi3addr[8]; /* as presented to the HW */
44 unsigned char device_id[16]; /* from inquiry pg. 0x83 */
45 unsigned char vendor[8]; /* bytes 8-15 of inquiry data */
46 unsigned char model[16]; /* bytes 16-31 of inquiry data */
70 struct hpsa_scsi_dev_t *phys_disk[RAID_MAP_MAX_ENTRIES]; argument