Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dhtt.h2134 void* (*htt_get_vaddr_ring)(struct ath10k_htt *htt); member
2166 if (!htt->rx_ops->htt_get_vaddr_ring) in ath10k_htt_get_vaddr_ring()
2169 return htt->rx_ops->htt_get_vaddr_ring(htt); in ath10k_htt_get_vaddr_ring()
A Dhtt_rx.c4314 .htt_get_vaddr_ring = ath10k_htt_get_vaddr_ring_32,
4322 .htt_get_vaddr_ring = ath10k_htt_get_vaddr_ring_64,

Completed in 18 milliseconds