Home
last modified time | relevance | path

Searched refs:htt_alloc_txbuff (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt.h2048 int (*htt_alloc_txbuff)(struct ath10k_htt *htt); member
2101 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
2104 return htt->tx_ops->htt_alloc_txbuff(htt); in ath10k_htt_alloc_txbuff()
H A Dhtt_tx.c1819 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_32,
1830 .htt_alloc_txbuff = ath10k_htt_tx_alloc_cont_txbuf_64,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1937 int (*htt_alloc_txbuff)(struct ath10k_htt *htt); member
1990 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
1993 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,

Completed in 15 milliseconds