Lines Matching refs:ce_pipe
486 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf() local
511 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
528 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe() local
534 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
538 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_snoc_rx_post_pipe()
685 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg() local
689 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()
697 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
711 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
726 __ath10k_ce_send_revert(ce_pipe); in ath10k_snoc_hif_tx_sg()
834 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_rx_pipe_cleanup() local
841 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()
842 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
866 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_tx_pipe_cleanup() local
873 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()
874 ce_ring = ce_pipe->src_ring; in ath10k_snoc_tx_pipe_cleanup()