Lines Matching refs:hwq
1213 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_stop_queue_locked() local
1214 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked()
1217 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()
1222 ieee80211_stop_queue(wl->hw, hwq); in wlcore_stop_queue_locked()
1239 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_wake_queue() local
1244 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()
1246 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue()
1249 ieee80211_wake_queue(wl->hw, hwq); in wlcore_wake_queue()
1316 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_by_reason_locked() local
1319 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked()
1325 int hwq = wlcore_tx_get_mac80211_queue(wlvif, queue); in wlcore_is_queue_stopped_locked() local
1328 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()