Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c707 if (qdf_atomic_test_and_clear_bit(RX_REFILL_SUSPEND_EVENT, in dp_rx_refill_thread_sub_loop()
719 if (qdf_atomic_test_and_clear_bit(RX_REFILL_SUSPEND_EVENT, in dp_rx_refill_thread_sub_loop()
760 qdf_atomic_test_bit(RX_REFILL_SUSPEND_EVENT, in dp_rx_refill_thread_loop()
1081 qdf_set_bit(RX_REFILL_SUSPEND_EVENT, in dp_rx_refill_thread_suspend()
1312 qdf_clear_bit(RX_REFILL_SUSPEND_EVENT, in dp_rx_refill_thread_resume()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h48 #define RX_REFILL_SUSPEND_EVENT 0x002 macro