Searched refs:found_device (Results 1 – 4 of 4) sorted by relevance
329 struct pqi_scsi_dev *found_device; in pqi_sas_get_enclosure_identifier() local338 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 …]
834 struct iaa_device *iaa_device, *found_device = NULL; in wq_table_add_wqs() local851 found_device = iaa_device; in wq_table_add_wqs()853 found_device->idxd->id, cur_iaa); in wq_table_add_wqs()857 if (!found_device) { in wq_table_add_wqs()858 found_device = list_first_entry_or_null(&iaa_devices, in wq_table_add_wqs()860 if (!found_device) { in wq_table_add_wqs()867 idxd = found_device->idxd; in wq_table_add_wqs()871 found_device->idxd->id, cur_iaa); in wq_table_add_wqs()874 list_for_each_entry(iaa_wq, &found_device->wqs, list) { in wq_table_add_wqs()
352 goto found_device; in __mpi3mr_get_tgtdev_by_addr()354 found_device: in __mpi3mr_get_tgtdev_by_addr()451 goto found_device; in __mpi3mr_get_tgtdev_by_addr_and_rphy()453 found_device: in __mpi3mr_get_tgtdev_by_addr_and_rphy()
826 goto found_device; in __mpt3sas_get_sdev_by_handle()830 goto found_device; in __mpt3sas_get_sdev_by_handle()834 found_device: in __mpt3sas_get_sdev_by_handle()1102 goto found_device; in __mpt3sas_get_pdev_by_wwid()1106 goto found_device; in __mpt3sas_get_pdev_by_wwid()1110 found_device: in __mpt3sas_get_pdev_by_wwid()1150 goto found_device; in __mpt3sas_get_pdev_by_idchannel()1154 goto found_device; in __mpt3sas_get_pdev_by_idchannel()1158 found_device: in __mpt3sas_get_pdev_by_idchannel()1172 goto found_device; in __mpt3sas_get_pdev_by_handle()[all …]