Home
last modified time | relevance | path

Searched refs:ac_queue (Results 1 – 2 of 2) sorted by relevance

/net/mac80211/
Dutil.c325 int ac_queue = sdata->vif.hw_queue[ac]; in _ieee80211_wake_txqs() local
327 if (ac_queue == i || in _ieee80211_wake_txqs()
370 int ac_queue = sdata->vif.hw_queue[ac]; in ieee80211_propagate_queue_wake() local
372 if (ac_queue == queue || in ieee80211_propagate_queue_wake()
374 local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_propagate_queue_wake()
375 skb_queue_empty(&local->pending[ac_queue]))) in ieee80211_propagate_queue_wake()
Diface.c749 int ac_queue = sdata->vif.hw_queue[ac]; in ieee80211_do_open() local
751 if (local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_do_open()
752 skb_queue_empty(&local->pending[ac_queue])) in ieee80211_do_open()