Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmlo.c535 unsigned long total_tx = 0, total_rx = 0; in iwl_mld_emlsr_check_tpt() local
586 total_tx += queue_counter->per_link[link].tx; in iwl_mld_emlsr_check_tpt()
602 total_tx, total_rx); in iwl_mld_emlsr_check_tpt()
605 if (total_tx < IWL_MLD_ENTER_EMLSR_TPT_THRESH && in iwl_mld_emlsr_check_tpt()
620 sec_link_tx_perc = total_tx ? sec_link_tx * 100 / total_tx : 0; in iwl_mld_emlsr_check_tpt()
627 if ((total_tx > EMLSR_MIN_TX && in iwl_mld_emlsr_check_tpt()