Lines Matching refs:ce_pipe
493 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf() local
518 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
535 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe() local
541 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
545 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_snoc_rx_post_pipe()
692 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg() local
696 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()
704 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
718 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
733 __ath10k_ce_send_revert(ce_pipe); in ath10k_snoc_hif_tx_sg()
849 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_rx_pipe_cleanup() local
856 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()
857 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
881 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_tx_pipe_cleanup() local
888 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()
889 ce_ring = ce_pipe->src_ring; in ath10k_snoc_tx_pipe_cleanup()