Searched refs:STAILQ_REMOVE (Results 1 – 2 of 2) sorted by relevance
1354 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()
290 #define STAILQ_REMOVE(head, elm, type, field) do { \ macro