Home
last modified time | relevance | path

Searched refs:WLAN_DFSQ_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.c873 WLAN_DFSQ_LOCK(dfs); in dfs_process_phyerr()
1020 WLAN_DFSQ_LOCK(dfs); in dfs_process_phyerr_filter_offload()
H A Ddfs_init.c123 WLAN_DFSQ_LOCK(dfs); in dfs_reset_radarq()
H A Ddfs_process_radarevent.c794 WLAN_DFSQ_LOCK(dfs); in dfs_is_radarq_empty()
808 WLAN_DFSQ_LOCK(dfs); in dfs_remove_event_from_radarq()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h159 #define WLAN_DFSQ_LOCK(_dfs) qdf_spin_lock_bh(&(_dfs)->dfs_radarqlock) macro