Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.c695 bool concur_tx) in ath9k_mci_set_txpower() argument
699 bool old_concur_tx = mci_hw->concur_tx; in ath9k_mci_set_txpower()
702 mci_hw->concur_tx = false; in ath9k_mci_set_txpower()
719 mci_hw->concur_tx = false; in ath9k_mci_set_txpower()
721 mci_hw->concur_tx = concur_tx; in ath9k_mci_set_txpower()
723 if (old_concur_tx != mci_hw->concur_tx) in ath9k_mci_set_txpower()
H A Dmci.h163 bool concur_tx);
173 bool concur_tx) in ath9k_mci_set_txpower() argument
H A Dbtcoex.h95 bool concur_tx; member
H A Dgpio.c475 ATH_DUMP_BTCOEX("Concurrent Tx", btcoex_hw->mci.concur_tx); in ath9k_dump_mci_btcoex()