Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt.h1935 int (*htt_alloc_txbuff)(struct ath10k_htt *htt); member
1988 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
1991 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
Dhtt_tx.c1801 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_32,
1812 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_64,