Searched refs:therm_limit (Results 1 – 2 of 2) sorted by relevance
2837 u8 therm_limit; in igb_init_thermal_sensor_thresh_generic() local2869 therm_limit = ets_sensor & NVM_ETS_DATA_HTHRESH_MASK; in igb_init_thermal_sensor_thresh_generic()2874 therm_limit); in igb_init_thermal_sensor_thresh_generic()2878 data->sensor[i].caution_thresh = therm_limit; in igb_init_thermal_sensor_thresh_generic()2879 data->sensor[i].max_op_thresh = therm_limit - in igb_init_thermal_sensor_thresh_generic()
3967 u8 therm_limit; in ixgbe_init_thermal_sensor_thresh_generic() local4002 therm_limit = ets_sensor & IXGBE_ETS_DATA_HTHRESH_MASK; in ixgbe_init_thermal_sensor_thresh_generic()4006 IXGBE_I2C_THERMAL_SENSOR_ADDR, therm_limit); in ixgbe_init_thermal_sensor_thresh_generic()4012 data->sensor[i].caution_thresh = therm_limit; in ixgbe_init_thermal_sensor_thresh_generic()4013 data->sensor[i].max_op_thresh = therm_limit - low_thresh_delta; in ixgbe_init_thermal_sensor_thresh_generic()