Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dhtt.h2042 int (*htt_send_rx_ring_cfg)(struct ath10k_htt *htt); member
2058 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
2061 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg()
Dhtt_tx.c1814 .htt_send_rx_ring_cfg = ath10k_htt_send_rx_ring_cfg_32,
1825 .htt_send_rx_ring_cfg = ath10k_htt_send_rx_ring_cfg_64,
1836 .htt_send_rx_ring_cfg = ath10k_htt_send_rx_ring_cfg_hl,