Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Ddebugfs_sta.c184 test_bit(IEEE80211_TXQ_DIRTY, &txqi->flags) ? " DIRTY" : ""); in sta_aqm_read()
H A Ddriver-ops.h1359 set_bit(IEEE80211_TXQ_DIRTY, &txq->flags); in drv_wake_tx_queue()
H A Dutil.c357 if (!test_and_clear_bit(IEEE80211_TXQ_DIRTY, in __ieee80211_wake_txqs()
372 if (!test_and_clear_bit(IEEE80211_TXQ_DIRTY, &txqi->flags) || in __ieee80211_wake_txqs()
H A Dieee80211_i.h929 IEEE80211_TXQ_DIRTY, enumerator
H A Dtx.c3836 set_bit(IEEE80211_TXQ_DIRTY, &txqi->flags); in ieee80211_tx_dequeue()