Lines Matching refs:backoff
359 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument
364 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff()
367 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
371 backoff); in iwl_mvm_tt_tx_backoff()
372 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
434 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler()
464 {.temperature = 112, .backoff = 200},
465 {.temperature = 113, .backoff = 600},
466 {.temperature = 114, .backoff = 1200},
467 {.temperature = 115, .backoff = 2000},
468 {.temperature = 116, .backoff = 4000},
469 {.temperature = 117, .backoff = 10000},