Searched refs:targetId (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-hwmon/ |
H A D | targets.hpp | 82 std::string targetId = sensor.second; in addTarget() local 96 targetId = id; in addTarget() 102 sysfs::make_sysfs_path(ioAccess->path(), targetName, targetId, entry); in addTarget() 142 targetSpeed = ioAccess->read(targetName, targetId, entry, in addTarget() 170 devPath, targetId, bus, objPath.c_str(), deferSignals, in addTarget()
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.h | 864 __le16 targetId; member 972 u8 targetId; member
|
H A D | megaraid_sas_base.c | 2562 if (newmap->ref.targetId == in megasas_get_ld_vf_affiliation_12() 2563 savedmap->ref.targetId) { in megasas_get_ld_vf_affiliation_12() 2590 if (savedmap->ref.targetId == in megasas_get_ld_vf_affiliation_12() 2591 newmap->ref.targetId) { in megasas_get_ld_vf_affiliation_12() 4840 ids = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list() 4841 instance->ld_ids[ids] = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list() 4958 ids = ci->targetId[ld_index]; in megasas_ld_list_query() 4959 instance->ld_ids[ids] = ci->targetId[ld_index]; in megasas_ld_list_query() 4962 ld_index, ci->targetId[ld_index]); in megasas_ld_list_query() 6798 u16 targetId = ((sdev->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + in megasas_get_target_prop() local [all …]
|
H A D | megaraid_sas.h | 764 u8 targetId; member 789 u8 targetId[MAX_LOGICAL_DRIVES_EXT]; member 2501 u8 targetId; member
|
H A D | megaraid_sas_fp.c | 140 return le16_to_cpu(map->raidMap.ldSpanMap[ld].ldRaid.targetId); in MR_GetLDTgtId() 1162 pRAID_Context->virtual_disk_tgt_id = raid->targetId; in MR_BuildRaidContext()
|
H A D | megaraid_sas_fusion.c | 1532 ld_sync->targetId = MR_GetLDTgtId(i, map); in megasas_sync_map_info()
|