Home
last modified time | relevance | path

Searched refs:found_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c329 struct pqi_scsi_dev *found_device; in pqi_sas_get_enclosure_identifier() local
338 found_device = pqi_find_device_by_sas_rphy(ctrl_info, rphy); in pqi_sas_get_enclosure_identifier()
340 if (!found_device) { in pqi_sas_get_enclosure_identifier()
345 if (found_device->devtype == TYPE_ENCLOSURE) { in pqi_sas_get_enclosure_identifier()
346 *identifier = get_unaligned_be64(&found_device->wwid[8]); in pqi_sas_get_enclosure_identifier()
351 if (found_device->box_index == 0xff || in pqi_sas_get_enclosure_identifier()
352 found_device->phys_box_on_bus == 0 || in pqi_sas_get_enclosure_identifier()
353 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
361 device->box_index == found_device->box_index && in pqi_sas_get_enclosure_identifier()
363 found_device->phys_box_on_bus && in pqi_sas_get_enclosure_identifier()
[all …]
/linux/sound/hda/common/
H A Dauto_parser.c1018 goto found_device; in snd_hda_pick_fixup()
1028 goto found_device; in snd_hda_pick_fixup()
1033 goto found_device; in snd_hda_pick_fixup()
1042 goto found_device; in snd_hda_pick_fixup()
1047 found_device: in snd_hda_pick_fixup()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c352 goto found_device; in __mpi3mr_get_tgtdev_by_addr()
354 found_device: in __mpi3mr_get_tgtdev_by_addr()
453 goto found_device; in __mpi3mr_get_tgtdev_by_addr_and_rphy()
455 found_device: in __mpi3mr_get_tgtdev_by_addr_and_rphy()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c890 goto found_device; in __mpt3sas_get_sdev_by_handle()
894 goto found_device; in __mpt3sas_get_sdev_by_handle()
898 found_device: in __mpt3sas_get_sdev_by_handle()
1167 goto found_device; in __mpt3sas_get_pdev_by_wwid()
1171 goto found_device; in __mpt3sas_get_pdev_by_wwid()
1175 found_device: in __mpt3sas_get_pdev_by_wwid()
1215 goto found_device; in __mpt3sas_get_pdev_by_idchannel()
1219 goto found_device; in __mpt3sas_get_pdev_by_idchannel()
1223 found_device: in __mpt3sas_get_pdev_by_idchannel()
1237 goto found_device; in __mpt3sas_get_pdev_by_handle()
[all …]