Searched refs:CT_KILL_THRESHOLD (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 41 {IWL_TI_1, 105, CT_KILL_THRESHOLD - 1}, 42 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 46 {IWL_TI_2, 110, CT_KILL_THRESHOLD - 1}, 47 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 51 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}, 52 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 105 CT_KILL_THRESHOLD) ? true : false; in iwl_within_ct_kill_margin() 482 * pass CT_KILL_THRESHOLD+1 to make sure move into IWL_TI_CT_KILL state 504 CT_KILL_THRESHOLD + 1, true); in iwl_bg_ct_enter()
|
H A D | devices.c | 183 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD; in iwl2000_set_ct_threshold() 482 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD; in iwl6000_set_ct_threshold()
|
H A D | dev.h | 42 #define CT_KILL_THRESHOLD 114 /* in Celsius */ macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 37 {IWL_TI_1, 105, CT_KILL_THRESHOLD - 1}, 38 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 42 {IWL_TI_2, 110, CT_KILL_THRESHOLD - 1}, 43 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 47 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}, 48 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 101 CT_KILL_THRESHOLD) ? true : false; in iwl_within_ct_kill_margin() 477 * pass CT_KILL_THRESHOLD+1 to make sure move into IWL_TI_CT_KILL state 499 CT_KILL_THRESHOLD + 1, true); in iwl_bg_ct_enter()
|
H A D | devices.c | 178 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD; in iwl2000_set_ct_threshold() 477 priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD; in iwl6000_set_ct_threshold()
|
H A D | dev.h | 37 #define CT_KILL_THRESHOLD 114 /* in Celsius */ macro
|
Completed in 8 milliseconds