Lines Matching refs:hwq
1201 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_stop_queue_locked() local
1202 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked()
1205 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()
1210 ieee80211_stop_queue(wl->hw, hwq); in wlcore_stop_queue_locked()
1227 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_wake_queue() local
1232 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()
1234 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue()
1237 ieee80211_wake_queue(wl->hw, hwq); in wlcore_wake_queue()
1304 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_by_reason_locked() local
1307 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked()
1313 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_locked() local
1316 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()