Lines Matching refs:backoff
307 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument
312 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff()
315 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
319 backoff); in iwl_mvm_tt_tx_backoff()
320 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
382 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler()
412 {.temperature = 112, .backoff = 200},
413 {.temperature = 113, .backoff = 600},
414 {.temperature = 114, .backoff = 1200},
415 {.temperature = 115, .backoff = 2000},
416 {.temperature = 116, .backoff = 4000},
417 {.temperature = 117, .backoff = 10000},
434 {.temperature = 112, .backoff = 300},
435 {.temperature = 113, .backoff = 800},
436 {.temperature = 114, .backoff = 1500},
437 {.temperature = 115, .backoff = 3000},
438 {.temperature = 116, .backoff = 5000},
439 {.temperature = 117, .backoff = 10000},