Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1942 void (*htt_flush_tx)(struct ath10k_htt *htt); member
1984 if (htt->tx_ops->htt_flush_tx) in ath10k_htt_flush_tx()
1985 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()
H A Dhtt_tx.c1831 .htt_flush_tx = ath10k_htt_flush_tx_queue,