Searched refs:tx_backoff (Results 1 – 9 of 9) 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 …]
490 u32 tx_backoff; member
51 u16 tx_backoff = READ_ONCE(call->tx_backoff); in rxrpc_tx_backoff() local53 if (tx_backoff < HZ) in rxrpc_tx_backoff()54 WRITE_ONCE(call->tx_backoff, tx_backoff + 1); in rxrpc_tx_backoff()56 WRITE_ONCE(call->tx_backoff, 0); in rxrpc_tx_backoff()
55 ack_at += READ_ONCE(call->tx_backoff); in rxrpc_propose_delay_ACK()
663 u16 tx_backoff; /* Delay to insert due to Tx failure */ member
66 .tx_backoff = {
62 .tx_backoff = {
73 .tx_backoff = {
196 struct iwl_tt_tx_backoff tx_backoff[TT_TX_BACKOFF_SIZE]; member
Completed in 41 milliseconds