Home
last modified time | relevance | path

Searched refs:STAILQ_REMOVE (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.c1354 STAILQ_REMOVE(&tx_mon_be->defer_tx_ppdu_info_queue, in dp_tx_mon_ppdu_process()
1440 STAILQ_REMOVE(&tx_mon_be->tx_ppdu_info_queue, tx_ppdu_info, in dp_tx_ppdu_stats_detach_2_0()
1454 STAILQ_REMOVE(&tx_mon_be->defer_tx_ppdu_info_queue, in dp_tx_ppdu_stats_detach_2_0()
/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h290 #define STAILQ_REMOVE(head, elm, type, field) do { \ macro