Searched refs:lun_ext_entry (Results 1 – 1 of 1) sorted by relevance
1980 reportlun_ext_entry_t *lun_ext_entry = NULL; in pqisrc_scan_devices() local2045 lun_ext_entry = &physical_dev_list->lun_entries[i]; in pqisrc_scan_devices()2048 lun_ext_entry = in pqisrc_scan_devices()2052 scsi3addr = lun_ext_entry->lunid; in pqisrc_scan_devices()2055 if(lun_ext_entry->device_type == CONTROLLER_DEVICE) { in pqisrc_scan_devices()2059 int target = lun_ext_entry->lunid[3] & 0x3f; in pqisrc_scan_devices()2060 softs->target_sas_addr[target] = BE_64(lun_ext_entry->wwid); in pqisrc_scan_devices()2065 && (lun_ext_entry->ioaccel_handle == 0)) in pqisrc_scan_devices()2071 device->wwid = lun_ext_entry->wwid; in pqisrc_scan_devices()2130 (lun_ext_entry->device_flags & in pqisrc_scan_devices()[all …]