Home
last modified time | relevance | path

Searched refs:mlxsw_reg_mtmp_unpack (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_hwmon.c53 mlxsw_reg_mtmp_unpack(mtmp_pl, &temp, NULL, NULL); in mlxsw_hwmon_temp_show()
75 mlxsw_reg_mtmp_unpack(mtmp_pl, NULL, &temp_max, NULL); in mlxsw_hwmon_temp_max_show()
Dcore_thermal.c193 mlxsw_reg_mtmp_unpack(mtmp_pl, &temp, NULL, NULL); in mlxsw_thermal_get_temp()
Dreg.h7557 static inline void mlxsw_reg_mtmp_unpack(char *payload, unsigned int *p_temp, in mlxsw_reg_mtmp_unpack() function