Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
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()
197 if (start == sc->tx99_state) { in write_file_tx99()
Dlink.c28 if (sc->tx99_state) in ath_tx_complete_check()
132 if (sc->tx99_state) in ath_hw_pll_work()
Dxmit.c1180 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()
Dath9k.h1065 bool tx99_state; member