Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDrx.c975 unsigned long total_tx = 0, total_rx = 0; in iwl_mvm_update_esr_mode_tpt() local
1009 total_rx += mvmsta->mpdu_counters[q].per_link[link].rx; in iwl_mvm_update_esr_mode_tpt()
1026 total_tx, total_rx); in iwl_mvm_update_esr_mode_tpt()
1030 total_rx < IWL_MVM_ENTER_ESR_TPT_THRESH) { in iwl_mvm_update_esr_mode_tpt()
1038 sec_link_rx_perc = total_rx ? sec_link_rx * 100 / total_rx : 0; in iwl_mvm_update_esr_mode_tpt()
1046 (total_rx > SEC_LINK_MIN_RX && in iwl_mvm_update_esr_mode_tpt()