Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c319 struct pqi_scsi_dev *found_device; in pqi_sas_get_enclosure_identifier() local
328 found_device = pqi_find_device_by_sas_rphy(ctrl_info, rphy); in pqi_sas_get_enclosure_identifier()
330 if (!found_device) { in pqi_sas_get_enclosure_identifier()
335 if (found_device->devtype == TYPE_ENCLOSURE) { in pqi_sas_get_enclosure_identifier()
336 *identifier = get_unaligned_be64(&found_device->wwid); in pqi_sas_get_enclosure_identifier()
341 if (found_device->box_index == 0xff || in pqi_sas_get_enclosure_identifier()
342 found_device->phys_box_on_bus == 0 || in pqi_sas_get_enclosure_identifier()
343 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
351 device->box_index == found_device->box_index && in pqi_sas_get_enclosure_identifier()
353 found_device->phys_box_on_bus && in pqi_sas_get_enclosure_identifier()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c627 goto found_device; in __mpt3sas_get_sdev_by_addr()
631 goto found_device; in __mpt3sas_get_sdev_by_addr()
635 found_device: in __mpt3sas_get_sdev_by_addr()
673 goto found_device; in __mpt3sas_get_sdev_by_handle()
677 goto found_device; in __mpt3sas_get_sdev_by_handle()
681 found_device: in __mpt3sas_get_sdev_by_handle()
944 goto found_device; in __mpt3sas_get_pdev_by_wwid()
948 goto found_device; in __mpt3sas_get_pdev_by_wwid()
952 found_device: in __mpt3sas_get_pdev_by_wwid()
992 goto found_device; in __mpt3sas_get_pdev_by_idchannel()
[all …]