Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dmci.c693 bool concur_tx) in ath9k_mci_set_txpower() argument
697 bool old_concur_tx = mci_hw->concur_tx; in ath9k_mci_set_txpower()
700 mci_hw->concur_tx = false; in ath9k_mci_set_txpower()
717 mci_hw->concur_tx = false; in ath9k_mci_set_txpower()
719 mci_hw->concur_tx = concur_tx; in ath9k_mci_set_txpower()
721 if (old_concur_tx != mci_hw->concur_tx) in ath9k_mci_set_txpower()
Dmci.h163 bool concur_tx);
173 bool concur_tx) in ath9k_mci_set_txpower() argument
Dbtcoex.c279 bool concur_tx = (mci_hw->concur_tx && btcoex_hw->tx_prio[stomp_type]); in ath9k_hw_btcoex_set_weight() local
301 if (concur_tx && i) { in ath9k_hw_btcoex_set_weight()
311 if (concur_tx) { in ath9k_hw_btcoex_set_weight()
Dbtcoex.h95 bool concur_tx; member
Dgpio.c474 ATH_DUMP_BTCOEX("Concurrent Tx", btcoex_hw->mci.concur_tx); in ath9k_dump_mci_btcoex()
Dar9003_mci.c1574 if (!ah->btcoex_hw.mci.concur_tx) in ar9003_mci_get_max_txpower()