Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c488 if (htt->tx_mem_allocated) in ath10k_htt_tx_start()
498 htt->tx_mem_allocated = true; in ath10k_htt_tx_start()
526 if (!htt->tx_mem_allocated) in ath10k_htt_tx_destroy()
533 htt->tx_mem_allocated = false; in ath10k_htt_tx_destroy()
H A Dhtt.h1922 bool tx_mem_allocated; member