Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dtx99.c34 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()
191 if (start == sc->tx99_state) { in write_file_tx99()
H A Dlink.c28 if (sc->tx99_state) in ath_tx_complete_check()
132 if (sc->tx99_state) in ath_hw_pll_work()
H A Dxmit.c1189 if (sc->tx99_state || !ah->tpc_enabled) in ath_get_rate_txpower()
1432 info.link = (sc->tx99_state) ? bf->bf_daddr : 0; in ath_tx_fill_desc()
1437 if (!sc->tx99_state) in ath_tx_fill_desc()
2089 if (!edma || sc->tx99_state) { in ath_tx_txqaddbuf()
2535 if (sc->tx99_state) in ath_tx_complete_buf()
H A Dath9k.h1066 bool tx99_state; member