Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt.h2047 int (*htt_alloc_txbuff)(struct ath10k_htt *htt); member
2100 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
2103 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
Dhtt_tx.c1816 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_32,
1827 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_64,