Home
last modified time | relevance | path

Searched refs:WLAN_DFSEVENTQ_LOCK (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_phyerr.c762 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_process_phyerr()
778 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_process_phyerr()
830 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_process_phyerr()
958 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_process_phyerr_filter_offload()
966 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_process_phyerr_filter_offload()
H A Ddfs_init.c124 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_reset_radarq()
H A Ddfs_process_radarevent.c825 WLAN_DFSEVENTQ_LOCK(dfs); in dfs_return_event_to_eventq()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h171 #define WLAN_DFSEVENTQ_LOCK(_dfs) qdf_spin_lock_bh(&(_dfs)->dfs_eventqlock) macro