Home
last modified time | relevance | path

Searched refs:tx_backoff (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDtt.c379 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
392 u32 tx_backoff; in iwl_mvm_tt_handler() local
436 tx_backoff = tt->min_backoff; in iwl_mvm_tt_handler()
438 if (temperature < params->tx_backoff[i].temperature) in iwl_mvm_tt_handler()
440 tx_backoff = max(tt->min_backoff, in iwl_mvm_tt_handler()
441 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler()
443 if (tx_backoff != tt->min_backoff) in iwl_mvm_tt_handler()
445 if (tt->tx_backoff != tx_backoff) in iwl_mvm_tt_handler()
446 iwl_mvm_tt_tx_backoff(mvm, tx_backoff); in iwl_mvm_tt_handler()
454 tt->tx_backoff == tt->min_backoff && in iwl_mvm_tt_handler()
[all …]
HDmvm.h664 u32 tx_backoff; member
/freebsd-14-stable/sys/contrib/dev/iwlwifi/cfg/
HD8000.c66 .tx_backoff = {
HD9000.c62 .tx_backoff = {
HD7000.c73 .tx_backoff = {
/freebsd-14-stable/sys/contrib/dev/iwlwifi/
HDiwl-config.h233 struct iwl_tt_tx_backoff tx_backoff[TT_TX_BACKOFF_SIZE]; member