Home
last modified time | relevance | path

Searched refs:__ath10k_ce_rx_num_free_bufs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h195 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe);
H A Dce.c635 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs() function
648 EXPORT_SYMBOL(__ath10k_ce_rx_num_free_bufs);
H A Dsnoc.c545 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_snoc_rx_post_pipe()
H A Dpci.c818 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_pci_rx_post_pipe()