Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c3451 struct bmic_identify_physical_device *id_phys = NULL; in hpsa_get_enclosure_info() local
3479 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_get_enclosure_info()
3480 if (!id_phys) in hpsa_get_enclosure_info()
3484 id_phys, sizeof(*id_phys)); in hpsa_get_enclosure_info()
3486 dev_warn(&h->pdev->dev, "%s: id_phys failed %d bdi[0x%x]\n", in hpsa_get_enclosure_info()
3499 if (id_phys->phys_connector[1] == 'E') in hpsa_get_enclosure_info()
3500 c->Request.CDB[5] = id_phys->box_index; in hpsa_get_enclosure_info()
3515 encl_dev->box[id_phys in hpsa_get_enclosure_info()
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) hpsa_get_ioaccel_drive_info() 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) hpsa_get_path_info() argument
4269 struct bmic_identify_physical_device *id_phys; hpsa_is_disk_spare() local
4346 struct bmic_identify_physical_device *id_phys = NULL; hpsa_update_scsi_devices() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c3455 struct bmic_identify_physical_device *id_phys = NULL; in hpsa_get_enclosure_info() local
3483 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_get_enclosure_info()
3484 if (!id_phys) in hpsa_get_enclosure_info()
3488 id_phys, sizeof(*id_phys)); in hpsa_get_enclosure_info()
3490 dev_warn(&h->pdev->dev, "%s: id_phys failed %d bdi[0x%x]\n", in hpsa_get_enclosure_info()
3503 if (id_phys->phys_connector[1] == 'E') in hpsa_get_enclosure_info()
3504 c->Request.CDB[5] = id_phys->box_index; in hpsa_get_enclosure_info()
3519 encl_dev->box[id_phys in hpsa_get_enclosure_info()
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) hpsa_get_ioaccel_drive_info() 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) hpsa_get_path_info() argument
4269 struct bmic_identify_physical_device *id_phys; hpsa_is_disk_spare() local
4346 struct bmic_identify_physical_device *id_phys = NULL; hpsa_update_scsi_devices() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1639 struct bmic_identify_physical_device *id_phys) in pqi_get_physical_device_info()
1643 memset(id_phys, 0, sizeof(*id_phys)); in pqi_get_physical_device_info()
1646 id_phys, sizeof(*id_phys)); in pqi_get_physical_device_info()
1652 scsi_sanitize_inquiry_string(&id_phys->model[0], 8); in pqi_get_physical_device_info()
1653 scsi_sanitize_inquiry_string(&id_phys->model[8], 16); in pqi_get_physical_device_info()
1655 memcpy(device->vendor, &id_phys->model[0], sizeof(device->vendor)); in pqi_get_physical_device_info()
1656 memcpy(device->model, &id_phys->model[8], sizeof(device->model)); in pqi_get_physical_device_info()
1658 device->box_index = id_phys in pqi_get_physical_device_info()
1637 pqi_get_physical_device_info(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) pqi_get_physical_device_info() 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) pqi_get_device_info_phys_logical() argument
1761 pqi_get_device_info(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) pqi_get_device_info() argument
2380 struct bmic_identify_physical_device *id_phys = NULL; pqi_update_scsi_devices() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1305 struct bmic_identify_physical_device *id_phys) in pqi_get_physical_device_info()
1309 memset(id_phys, 0, sizeof(*id_phys)); in pqi_get_physical_device_info()
1312 id_phys, sizeof(*id_phys)); in pqi_get_physical_device_info()
1318 scsi_sanitize_inquiry_string(&id_phys->model[0], 8); in pqi_get_physical_device_info()
1319 scsi_sanitize_inquiry_string(&id_phys->model[8], 16); in pqi_get_physical_device_info()
1321 memcpy(device->vendor, &id_phys->model[0], sizeof(device->vendor)); in pqi_get_physical_device_info()
1322 memcpy(device->model, &id_phys->model[8], sizeof(device->model)); in pqi_get_physical_device_info()
1324 device->box_index = id_phys in pqi_get_physical_device_info()
1303 pqi_get_physical_device_info(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) pqi_get_physical_device_info() argument
1382 pqi_get_device_info(struct pqi_ctrl_info *ctrl_info, struct pqi_scsi_dev *device, struct bmic_identify_physical_device *id_phys) pqi_get_device_info() argument
1962 struct bmic_identify_physical_device *id_phys = NULL; pqi_update_scsi_devices() local
[all...]

Completed in 28 milliseconds