Searched refs:tx_backoff (Results 1 – 7 of 7) sorted by relevance
380 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 393 u32 tx_backoff; in iwl_mvm_tt_handler() local 437 tx_backoff = tt->min_backoff; in iwl_mvm_tt_handler() 439 if (temperature < params->tx_backoff[i].temperature) in iwl_mvm_tt_handler() 441 tx_backoff = max(tt->min_backoff, in iwl_mvm_tt_handler() 442 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 444 if (tx_backoff != tt->min_backoff) in iwl_mvm_tt_handler() 446 if (tt->tx_backoff != tx_backoff) in iwl_mvm_tt_handler() 447 iwl_mvm_tt_tx_backoff(mvm, tx_backoff); in iwl_mvm_tt_handler() [all...]
664 * @tx_backoff: The current thremal throttling tx backoff in uSec.674 u32 tx_backoff; member
45 .tx_backoff = {
64 .tx_backoff = {
74 .tx_backoff = {
51 if (call->tx_backoff < 1000) in rxrpc_tx_backoff() 52 call->tx_backoff += 100; in rxrpc_tx_backoff() 54 call->tx_backoff = 0; in rxrpc_tx_backoff()
249 * @tx_backoff: Array of thresholds for tx-backoff , in ascending order.263 struct iwl_tt_tx_backoff tx_backoff[TT_TX_BACKOFF_SIZE]; member