Searched refs:tx99_state (Results 1 – 4 of 4) sorted by relevance
34 sc->tx99_state = false; in ath9k_tx99_stop()136 sc->tx99_state = true; in ath9k_tx99_init()166 len = sprintf(buf, "%d\n", sc->tx99_state); in read_file_tx99()197 if (start == sc->tx99_state) { in write_file_tx99()
28 if (sc->tx99_state) in ath_tx_complete_check()132 if (sc->tx99_state) in ath_hw_pll_work()
1180 if (sc->tx99_state || !ah->tpc_enabled) in ath_get_rate_txpower()1412 info.link = (sc->tx99_state) ? bf->bf_daddr : 0; in ath_tx_fill_desc()1417 if (!sc->tx99_state) in ath_tx_fill_desc()2071 if (!edma || sc->tx99_state) { in ath_tx_txqaddbuf()2517 if (sc->tx99_state) in ath_tx_complete_buf()
1065 bool tx99_state; member