Searched refs:tx_backoff (Results 1 – 7 of 7) sorted by relevance
377 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()390 u32 tx_backoff; in iwl_mvm_tt_handler() local434 tx_backoff = tt->min_backoff; in iwl_mvm_tt_handler()436 if (temperature < params->tx_backoff[i].temperature) in iwl_mvm_tt_handler()438 tx_backoff = max(tt->min_backoff, in iwl_mvm_tt_handler()439 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler()441 if (tx_backoff != tt->min_backoff) in iwl_mvm_tt_handler()443 if (tt->tx_backoff != tx_backoff) in iwl_mvm_tt_handler()444 iwl_mvm_tt_tx_backoff(mvm, tx_backoff); in iwl_mvm_tt_handler()452 tt->tx_backoff == tt->min_backoff && in iwl_mvm_tt_handler()[all …]
66 .tx_backoff = {
62 .tx_backoff = {
73 .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()
710 u16 tx_backoff; /* Delay to insert due to Tx failure (ms) */ member
202 struct iwl_tt_tx_backoff tx_backoff[TT_TX_BACKOFF_SIZE]; member