Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.h1953 void (*htt_free_frag_desc)(struct ath10k_htt *htt); member
1990 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
1991 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
H A Dhtt_tx.c1808 .htt_free_frag_desc = ath10k_htt_tx_free_cont_frag_desc_32,
1819 .htt_free_frag_desc = ath10k_htt_tx_free_cont_frag_desc_64,