Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c484 if (htt->tx_mem_allocated) in ath10k_htt_tx_start()
494 htt->tx_mem_allocated = true; in ath10k_htt_tx_start()
522 if (!htt->tx_mem_allocated) in ath10k_htt_tx_destroy()
529 htt->tx_mem_allocated = false; in ath10k_htt_tx_destroy()
Dhtt.h2031 bool tx_mem_allocated; member