Searched refs:queue_stop_reasons (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 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() 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() 1254 &wl->queue_stop_reasons[i])); in wlcore_stop_queues() 1275 &wl->queue_stop_reasons[i])); in wlcore_wake_queues() 1307 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked() 1316 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()
|
H A D | wlcore.h | 262 unsigned long queue_stop_reasons[ member
|
H A D | main.c | 2506 wl->queue_stop_reasons[wlvif->hw_queue_base + i] = 0; in wlcore_allocate_hw_queue_base()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 1200 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked() 1203 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked() 1230 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue() 1232 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue() 1252 &wl->queue_stop_reasons[i])); in wlcore_stop_queues() 1273 &wl->queue_stop_reasons[i])); in wlcore_wake_queues() 1305 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked() 1314 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()
|
H A D | wlcore.h | 262 unsigned long queue_stop_reasons[ member
|
H A D | main.c | 2487 wl->queue_stop_reasons[wlvif->hw_queue_base + i] = 0; in wlcore_allocate_hw_queue_base()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 368 if (local->queue_stop_reasons[i]) in _ieee80211_wake_txqs() 417 local->queue_stop_reasons[sdata->vif.cab_queue] != 0) in ieee80211_propagate_queue_wake() 425 local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_propagate_queue_wake() 444 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue() 456 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue() 458 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue() 522 if (__test_and_set_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_stop_queue() 662 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
|
H A D | debugfs.c | 483 local->queue_stop_reasons[q], in queues_read()
|
H A D | iface.c | 1285 (local->queue_stop_reasons[sdata->vif.cab_queue] == 0 && in ieee80211_do_open() 1290 if (local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_do_open()
|
H A D | tx.c | 1655 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags() 1659 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags() 4221 if (local->queue_stop_reasons[q] || in ieee80211_tx_8023() 4475 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
|
H A D | ieee80211_i.h | 1192 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
|
H A D | mlme.c | 1861 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs.c | 574 local->queue_stop_reasons[q], in queues_read()
|
H A D | util.c | 408 if (local->queue_stop_reasons[i]) in _ieee80211_wake_txqs() 452 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue() 464 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue() 466 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue() 522 set_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_stop_queue() 636 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
|
H A D | tx.c | 1694 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags() 1698 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags() 3809 q_stopped = local->queue_stop_reasons[q]; in ieee80211_tx_dequeue() 4533 if (local->queue_stop_reasons[q] || in __ieee80211_tx_8023() 4834 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
|
H A D | ieee80211_i.h | 1343 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
|
H A D | mlme.c | 2363 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()
|
Completed in 71 milliseconds