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

/linux-master/drivers/scsi/
H A Dhpsa.c3455 struct bmic_identify_physical_device *id_phys = NULL; local
3483 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL);
3484 if (!id_phys)
3488 id_phys, sizeof(*id_phys));
3490 dev_warn(&h->pdev->dev, "%s: id_phys failed %d bdi[0x%x]\n",
3503 if (id_phys->phys_connector[1] == 'E')
3504 c->Request.CDB[5] = id_phys->box_index;
3519 encl_dev->box[id_phys
4180 hpsa_get_ioaccel_drive_info(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev, struct ReportExtendedLUNdata *rlep, int rle_index, struct bmic_identify_physical_device *id_phys) argument
4211 hpsa_get_path_info(struct hpsa_scsi_dev_t *this_device, struct ReportExtendedLUNdata *rlep, int rle_index, struct bmic_identify_physical_device *id_phys) argument
4269 struct bmic_identify_physical_device *id_phys; local
4346 struct bmic_identify_physical_device *id_phys = NULL; local
[all...]
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1639 struct bmic_identify_physical_device *id_phys)
1643 memset(id_phys, 0, sizeof(*id_phys));
1646 id_phys, sizeof(*id_phys));
1652 scsi_sanitize_inquiry_string(&id_phys->model[0], 8);
1653 scsi_sanitize_inquiry_string(&id_phys->model[8], 16);
1655 memcpy(device->vendor, &id_phys->model[0], sizeof(device->vendor));
1656 memcpy(device->model, &id_phys->model[8], sizeof(device->model));
1658 device->box_index = id_phys
1637 pqi_get_physical_device_info(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) argument
1744 pqi_get_device_info_phys_logical(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) argument
1761 pqi_get_device_info(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) argument
2380 struct bmic_identify_physical_device *id_phys = NULL; local
[all...]

Completed in 157 milliseconds