Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.h1952 int (*htt_alloc_frag_desc)(struct ath10k_htt *htt); member
1982 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
1985 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc()
H A Dhtt_tx.c1807 .htt_alloc_frag_desc = ath10k_htt_tx_alloc_cont_frag_desc_32,
1818 .htt_alloc_frag_desc = ath10k_htt_tx_alloc_cont_frag_desc_64,