Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h540 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c388 TAILQ_CONCAT(&tx_tmp_list, &txq->head, tx_desc_list_elem); in ol_tx_queue_free()