Searched defs:concur_tx (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c218 bool concur_tx = (mci_hw->concur_tx && btcoex_hw->tx_prio[stomp_type]); local
240 if (concur_tx && i) {
249 if (concur_tx) {
H A Dmci.h163 bool concur_tx);
173 bool concur_tx)
172 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) argument
H A Dbtcoex.h91 bool concur_tx; member in struct:ath9k_hw_mci
H A Dmci.c694 bool concur_tx)
698 bool old_concur_tx = mci_hw->concur_tx;
701 mci_hw->concur_tx = false;
718 mci_hw->concur_tx = false;
720 mci_hw->concur_tx = concur_tx;
722 if (old_concur_tx != mci_hw->concur_tx)
693 ath9k_mci_set_txpower(struct ath_softc *sc, bool setchannel, bool concur_tx) argument

Completed in 87 milliseconds