Searched refs:concur_tx (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 693 bool concur_tx) in ath9k_mci_set_txpower() 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() 692 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) ath9k_mci_set_txpower() argument
|
H A D | mci.h | 163 bool concur_tx); 173 bool concur_tx) in ath9k_mci_set_txpower() 172 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) ath9k_mci_set_txpower() argument
|
H A D | btcoex.c | 279 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()
|
H A D | btcoex.h | 95 bool concur_tx; member
|
H A D | gpio.c | 474 ATH_DUMP_BTCOEX("Concurrent Tx", btcoex_hw->mci.concur_tx); in ath9k_dump_mci_btcoex()
|
H A D | ar9003_mci.c | 1574 if (!ah->btcoex_hw.mci.concur_tx) in ar9003_mci_get_max_txpower()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 695 bool concur_tx) in ath9k_mci_set_txpower() 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() 694 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) ath9k_mci_set_txpower() argument
|
H A D | mci.h | 163 bool concur_tx); 173 bool concur_tx) in ath9k_mci_set_txpower() 172 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) ath9k_mci_set_txpower() argument
|
H A D | btcoex.c | 279 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()
|
H A D | btcoex.h | 95 bool concur_tx; member
|
H A D | gpio.c | 474 ATH_DUMP_BTCOEX("Concurrent Tx", btcoex_hw->mci.concur_tx); in ath9k_dump_mci_btcoex()
|
H A D | ar9003_mci.c | 1573 if (!ah->btcoex_hw.mci.concur_tx) in ar9003_mci_get_max_txpower()
|
Completed in 11 milliseconds