Searched refs:therm_limit (Results 1 – 2 of 2) sorted by relevance
2841 u8 therm_limit; in igb_init_thermal_sensor_thresh_generic() local2876 therm_limit = ets_sensor & NVM_ETS_DATA_HTHRESH_MASK; in igb_init_thermal_sensor_thresh_generic()2881 therm_limit); in igb_init_thermal_sensor_thresh_generic()2885 data->sensor[i].caution_thresh = therm_limit; in igb_init_thermal_sensor_thresh_generic()2886 data->sensor[i].max_op_thresh = therm_limit - in igb_init_thermal_sensor_thresh_generic()
3957 u8 therm_limit; in ixgbe_init_thermal_sensor_thresh_generic() local3990 therm_limit = ets_sensor & IXGBE_ETS_DATA_HTHRESH_MASK; in ixgbe_init_thermal_sensor_thresh_generic()3994 IXGBE_I2C_THERMAL_SENSOR_ADDR, therm_limit); in ixgbe_init_thermal_sensor_thresh_generic()4000 data->sensor[i].caution_thresh = therm_limit; in ixgbe_init_thermal_sensor_thresh_generic()4001 data->sensor[i].max_op_thresh = therm_limit - low_thresh_delta; in ixgbe_init_thermal_sensor_thresh_generic()