Home
last modified time | relevance | path

Searched refs:STAILQ_FOREACH_SAFE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c1350 STAILQ_FOREACH_SAFE(defer_ppdu_info, in dp_tx_mon_ppdu_process()
1436 STAILQ_FOREACH_SAFE(tx_ppdu_info, in dp_tx_ppdu_stats_detach_2_0()
1450 STAILQ_FOREACH_SAFE(tx_ppdu_info, in dp_tx_ppdu_stats_detach_2_0()
/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h252 #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro