Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_phyerr.c763 empty = STAILQ_EMPTY(&(dfs->dfs_eventq)); in dfs_process_phyerr()
883 if (!STAILQ_EMPTY(&dfs->dfs_arq)) { in dfs_process_phyerr()
887 if (!STAILQ_EMPTY(&dfs->dfs_radarq) && !dfs->wlan_radar_tasksched) { in dfs_process_phyerr()
959 empty = STAILQ_EMPTY(&(dfs->dfs_eventq)); in dfs_process_phyerr_filter_offload()
1024 empty = STAILQ_EMPTY(&dfs->dfs_radarq); in dfs_process_phyerr_filter_offload()
H A Ddfs_init.c125 while (!STAILQ_EMPTY(&(dfs->dfs_radarq))) { in dfs_reset_radarq()
H A Ddfs_process_radarevent.c795 *empty = STAILQ_EMPTY(&(dfs->dfs_radarq)); in dfs_is_radarq_empty()
/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h236 if (!STAILQ_EMPTY((head2))) { \
243 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
283 (STAILQ_EMPTY((head)) ? \
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_filter_init.c399 empty = STAILQ_EMPTY(&(dfs->dfs_arq)); in dfs_main_detach()