Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_filter_init.c223 STAILQ_INIT(&dfs->dfs_radarq); in dfs_main_attach()
225 STAILQ_INIT(&dfs->dfs_arq); in dfs_main_attach()
226 STAILQ_INIT(&(dfs->dfs_eventq)); in dfs_main_attach()
/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h239 STAILQ_INIT((head2)); \
257 #define STAILQ_INIT(head) do { \ macro
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c1388 STAILQ_INIT(&tx_mon_be->tx_ppdu_info_queue); in dp_tx_ppdu_stats_attach_2_0()
1391 STAILQ_INIT(&tx_mon_be->defer_tx_ppdu_info_queue); in dp_tx_ppdu_stats_attach_2_0()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c1259 STAILQ_INIT(&new_pool->free_list); in __qdf_mempool_init()