Searched refs:therm_limit (Results 1 – 2 of 2) sorted by relevance
2798 u8 therm_limit; in igb_init_thermal_sensor_thresh_generic() local2833 therm_limit = ets_sensor & NVM_ETS_DATA_HTHRESH_MASK; in igb_init_thermal_sensor_thresh_generic()2838 therm_limit); in igb_init_thermal_sensor_thresh_generic()2842 data->sensor[i].caution_thresh = therm_limit; in igb_init_thermal_sensor_thresh_generic()2843 data->sensor[i].max_op_thresh = therm_limit - in igb_init_thermal_sensor_thresh_generic()
3810 u8 therm_limit; in ixgbe_init_thermal_sensor_thresh_generic() local3843 therm_limit = ets_sensor & IXGBE_ETS_DATA_HTHRESH_MASK; in ixgbe_init_thermal_sensor_thresh_generic()3847 IXGBE_I2C_THERMAL_SENSOR_ADDR, therm_limit); in ixgbe_init_thermal_sensor_thresh_generic()3853 data->sensor[i].caution_thresh = therm_limit; in ixgbe_init_thermal_sensor_thresh_generic()3854 data->sensor[i].max_op_thresh = therm_limit - low_thresh_delta; in ixgbe_init_thermal_sensor_thresh_generic()