Searched refs:lun_ext_entry (Results 1 – 1 of 1) sorted by relevance
2031 reportlun_ext_entry_t *lun_ext_entry = NULL; in pqisrc_scan_devices() local2096 lun_ext_entry = &physical_dev_list->lun_entries[i]; in pqisrc_scan_devices()2099 lun_ext_entry = in pqisrc_scan_devices()2103 scsi3addr = lun_ext_entry->lunid; in pqisrc_scan_devices()2106 if(lun_ext_entry->device_type == CONTROLLER_DEVICE) { in pqisrc_scan_devices()2110 int target = lun_ext_entry->lunid[3] & 0x3f; in pqisrc_scan_devices()2111 softs->target_sas_addr[target] = BE_64(lun_ext_entry->wwid); in pqisrc_scan_devices()2116 && (lun_ext_entry->ioaccel_handle == 0)) in pqisrc_scan_devices()2122 device->wwid = lun_ext_entry->wwid; in pqisrc_scan_devices()2181 (lun_ext_entry->device_flags & in pqisrc_scan_devices()[all …]