Searched refs:therm_limit (Results 1 – 2 of 2) sorted by relevance
2824 u8 therm_limit; in igb_init_thermal_sensor_thresh_generic() local2859 therm_limit = ets_sensor & NVM_ETS_DATA_HTHRESH_MASK; in igb_init_thermal_sensor_thresh_generic()2864 therm_limit); in igb_init_thermal_sensor_thresh_generic()2868 data->sensor[i].caution_thresh = therm_limit; in igb_init_thermal_sensor_thresh_generic()2869 data->sensor[i].max_op_thresh = therm_limit - in igb_init_thermal_sensor_thresh_generic()
3821 u8 therm_limit; in ixgbe_init_thermal_sensor_thresh_generic() local3854 therm_limit = ets_sensor & IXGBE_ETS_DATA_HTHRESH_MASK; in ixgbe_init_thermal_sensor_thresh_generic()3858 IXGBE_I2C_THERMAL_SENSOR_ADDR, therm_limit); in ixgbe_init_thermal_sensor_thresh_generic()3864 data->sensor[i].caution_thresh = therm_limit; in ixgbe_init_thermal_sensor_thresh_generic()3865 data->sensor[i].max_op_thresh = therm_limit - low_thresh_delta; in ixgbe_init_thermal_sensor_thresh_generic()