Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c365 ol_tx_desc_list tx_tmp_list; in ol_tx_queue_free() local
367 TAILQ_INIT(&tx_tmp_list); in ol_tx_queue_free()
388 TAILQ_CONCAT(&tx_tmp_list, &txq->head, tx_desc_list_elem); in ol_tx_queue_free()
394 tx_desc = TAILQ_FIRST(&tx_tmp_list); in ol_tx_queue_free()
395 TAILQ_REMOVE(&tx_tmp_list, tx_desc, tx_desc_list_elem); in ol_tx_queue_free()