Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.h1956 int (*htt_alloc_txbuff)(struct ath10k_htt *htt); member
2009 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
2012 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
H A Dhtt_tx.c1810 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_32,
1821 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_64,