Home
last modified time | relevance | path

Searched refs:p_temp (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c242 int *p_temp) in mlxsw_thermal_get_temp() argument
259 *p_temp = temp; in mlxsw_thermal_get_temp()
277 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() argument
284 *p_temp = thermal->trips[trip].temp; in mlxsw_thermal_get_trip_temp()
384 int *p_temp, int *p_crit_temp, in mlxsw_thermal_module_temp_and_thresholds_get() argument
398 *p_temp = 0; in mlxsw_thermal_module_temp_and_thresholds_get()
404 mlxsw_reg_mtmp_unpack(mtmp_pl, p_temp, NULL, p_crit_temp, p_emerg_temp, in mlxsw_thermal_module_temp_and_thresholds_get()
409 int *p_temp) in mlxsw_thermal_module_temp_get() argument
425 *p_temp = temp; in mlxsw_thermal_module_temp_get()
452 int trip, int *p_temp) in mlxsw_thermal_module_trip_temp_get() argument
[all …]
Dcore_hwmon.c244 int *p_temp) in mlxsw_hwmon_module_temp_get() argument
263 mlxsw_reg_mtmp_unpack(mtmp_pl, p_temp, NULL, NULL, NULL, NULL); in mlxsw_hwmon_module_temp_get()
326 int *p_temp) in mlxsw_hwmon_module_temp_critical_get() argument
339 p_temp); in mlxsw_hwmon_module_temp_critical_get()
363 int *p_temp) in mlxsw_hwmon_module_temp_emergency_get() argument
376 p_temp); in mlxsw_hwmon_module_temp_emergency_get()
Dreg.h9405 static inline void mlxsw_reg_mtmp_unpack(char *payload, int *p_temp, in mlxsw_reg_mtmp_unpack() argument
9412 if (p_temp) { in mlxsw_reg_mtmp_unpack()
9414 *p_temp = MLXSW_REG_MTMP_TEMP_TO_MC(temp); in mlxsw_reg_mtmp_unpack()
9522 u16 *p_temp, u16 *p_max_temp) in mlxsw_reg_mtbr_temp_unpack() argument
9524 if (p_temp) in mlxsw_reg_mtbr_temp_unpack()
9525 *p_temp = mlxsw_reg_mtbr_rec_temp_get(payload, rec_ind); in mlxsw_reg_mtbr_temp_unpack()
/linux-6.1.9/drivers/pci/hotplug/
Dcpqphp_core.c197 void __iomem *p_temp; in get_subsequent_smbios_entry() local
206 p_temp = curr; in get_subsequent_smbios_entry()
207 p_temp += readb(curr + SMBIOS_GENERIC_LENGTH); in get_subsequent_smbios_entry()
209 while ((p_temp < p_max) && !bail) { in get_subsequent_smbios_entry()
214 if (!previous_byte && !(readb(p_temp))) in get_subsequent_smbios_entry()
217 previous_byte = readb(p_temp); in get_subsequent_smbios_entry()
218 p_temp++; in get_subsequent_smbios_entry()
221 if (p_temp < p_max) in get_subsequent_smbios_entry()
222 return p_temp; in get_subsequent_smbios_entry()
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c1247 u8 tlv_group = 0, id, *p_mfw_buf = NULL, *p_temp; in qed_mfw_process_tlv_req() local
1286 p_temp = &p_mfw_buf[offset]; in qed_mfw_process_tlv_req()
1287 tlv.tlv_type = TLV_TYPE(p_temp); in qed_mfw_process_tlv_req()
1288 tlv.tlv_length = TLV_LENGTH(p_temp); in qed_mfw_process_tlv_req()