Lines Matching refs:backoff
321 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument
326 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff()
329 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
333 backoff); in iwl_mvm_tt_tx_backoff()
334 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
396 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler()
426 {.temperature = 112, .backoff = 200},
427 {.temperature = 113, .backoff = 600},
428 {.temperature = 114, .backoff = 1200},
429 {.temperature = 115, .backoff = 2000},
430 {.temperature = 116, .backoff = 4000},
431 {.temperature = 117, .backoff = 10000},