Home
last modified time | relevance | path

Searched refs:timer_cnt (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_mgmt.c347 qdf_atomic_dec(&tdls_soc->timer_cnt); in tdls_process_mlo_rx_mgmt_sync()
351 qdf_atomic_read(&tdls_soc->timer_cnt)); in tdls_process_mlo_rx_mgmt_sync()
356 qdf_atomic_read(&tdls_soc->timer_cnt)); in tdls_process_mlo_rx_mgmt_sync()
369 if (qdf_atomic_read(&tdls_soc->timer_cnt) == 1) in tdls_process_mlo_rx_mgmt_sync()
378 qdf_atomic_dec(&tdls_soc->timer_cnt); in tdls_process_mlo_rx_mgmt_sync()
395 if (qdf_atomic_read(&tdls_soc->timer_cnt) == 0) { in tdls_process_mlo_rx_mgmt_sync()
505 if (is_mlo_vdev && qdf_atomic_read(&tdls_soc->timer_cnt)) in tdls_needs_wait_discovery_response()
813 qdf_atomic_inc(&tdls_soc_obj->timer_cnt); in tdls_activate_send_mgmt_request()
H A Dwlan_tdls_main.h258 qdf_atomic_t timer_cnt; member
H A Dwlan_tdls_ct.c114 qdf_atomic_read(&tdls_soc->timer_cnt) == 0) in tdls_discovery_timeout_peer_cb()
118 qdf_atomic_dec_and_test(&tdls_soc->timer_cnt)) { in tdls_discovery_timeout_peer_cb()
H A Dwlan_tdls_main.c1092 qdf_atomic_set(&tdls_soc_obj->timer_cnt, 0); in tdls_set_ct_mode()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
H A Dwlan_tdls_ucfg_api.c1265 count = qdf_atomic_read(&tdls_soc->timer_cnt); in ucfg_tdls_discovery_on_going()