Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dtx99.c34 sc->tx99_state = false; in ath9k_tx99_stop()
139 sc->tx99_state = true; in ath9k_tx99_init()
169 len = sprintf(buf, "%d\n", sc->tx99_state); in read_file_tx99()
193 if (start == sc->tx99_state) { in write_file_tx99()
Dlink.c32 if (sc->tx99_state) { in ath_tx_complete_poll_work()
128 if (sc->tx99_state) in ath_hw_pll_work()
Dxmit.c1097 if (sc->tx99_state || !ah->tpc_enabled) in ath_get_rate_txpower()
1323 info.link = (sc->tx99_state) ? bf->bf_daddr : 0; in ath_tx_fill_desc()
1328 if (!sc->tx99_state) in ath_tx_fill_desc()
2028 if (!edma || sc->tx99_state) { in ath_tx_txqaddbuf()
2518 if (sc->tx99_state) in ath_tx_complete_buf()
Dath9k.h1036 bool tx99_state; member