Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c1718 if (!sta->sta.txq[i] || !txq_has_queue(sta->sta.txq[i])) in ieee80211_sta_ps_deliver_wakeup()
2139 txq_has_queue(sta->sta.txq[tid])) in ieee80211_sta_ps_deliver_response()
H A Dieee80211_i.h1800 static inline bool txq_has_queue(struct ieee80211_txq *txq) in txq_has_queue() function
H A Drx.c1593 if (txq_has_queue(txq)) in sta_ps_start()
H A Dtx.c4117 has_queue = force || txq_has_queue(txq); in __ieee80211_schedule_txq()