Home
last modified time | relevance | path

Searched refs:IEEE80211_TXQ_STOP (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
H A Dagg-tx.c198 set_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_stop_txq()
220 clear_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_start_txq()
H A Dht.c415 set_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_ba_session_work()
H A Ddebugfs_sta.c174 test_bit(IEEE80211_TXQ_STOP, &txqi->flags) ? "STOP" : "RUN", in sta_aqm_read()
H A Dieee80211_i.h944 IEEE80211_TXQ_STOP,
939 IEEE80211_TXQ_STOP, global() enumerator
H A Dtx.c3892 if (unlikely(test_bit(IEEE80211_TXQ_STOP, &txqi->flags))) in ieee80211_tx_dequeue()
4162 (!test_bit(IEEE80211_TXQ_STOP, &txqi->flags) && in ieee80211_txq_airtime_check()