Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c178 int *p_temp) in mlxsw_thermal_get_temp() argument
195 *p_temp = (int) temp; in mlxsw_thermal_get_temp()
213 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() argument
220 *p_temp = thermal->trips[trip].temp; in mlxsw_thermal_get_trip_temp()
Dreg.h7557 static inline void mlxsw_reg_mtmp_unpack(char *payload, unsigned int *p_temp, in mlxsw_reg_mtmp_unpack() argument
7563 if (p_temp) { in mlxsw_reg_mtmp_unpack()
7565 *p_temp = MLXSW_REG_MTMP_TEMP_TO_MC(temp); in mlxsw_reg_mtmp_unpack()
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_core.c200 void __iomem *p_temp; in get_subsequent_smbios_entry() local
209 p_temp = curr; in get_subsequent_smbios_entry()
210 p_temp += readb(curr + SMBIOS_GENERIC_LENGTH); in get_subsequent_smbios_entry()
212 while ((p_temp < p_max) && !bail) { in get_subsequent_smbios_entry()
217 if (!previous_byte && !(readb(p_temp))) in get_subsequent_smbios_entry()
220 previous_byte = readb(p_temp); in get_subsequent_smbios_entry()
221 p_temp++; in get_subsequent_smbios_entry()
224 if (p_temp < p_max) in get_subsequent_smbios_entry()
225 return p_temp; in get_subsequent_smbios_entry()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c1245 u8 tlv_group = 0, id, *p_mfw_buf = NULL, *p_temp; in qed_mfw_process_tlv_req() local
1284 p_temp = &p_mfw_buf[offset]; in qed_mfw_process_tlv_req()
1285 tlv.tlv_type = TLV_TYPE(p_temp); in qed_mfw_process_tlv_req()
1286 tlv.tlv_length = TLV_LENGTH(p_temp); in qed_mfw_process_tlv_req()