Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dagg-tx.c206 set_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_stop_txq()
228 clear_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_agg_start_txq()
H A Dht.c403 set_bit(IEEE80211_TXQ_STOP, &txqi->flags); in ieee80211_ba_session_work()
H A Ddebugfs_sta.c183 test_bit(IEEE80211_TXQ_STOP, &txqi->flags) ? "STOP" : "RUN", in sta_aqm_read()
H A Dieee80211_i.h852 IEEE80211_TXQ_STOP, enumerator
H A Dtx.c3834 if (unlikely(test_bit(IEEE80211_TXQ_STOP, &txqi->flags))) in ieee80211_tx_dequeue()