Searched refs:snoc_pipe (Results 1 – 1 of 1) sorted by relevance
691 struct ath10k_snoc_pipe *snoc_pipe; in ath10k_snoc_hif_tx_sg() local695 snoc_pipe = &ar_snoc->pipe_info[pipe_id]; in ath10k_snoc_hif_tx_sg()696 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()847 static void ath10k_snoc_rx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_rx_pipe_cleanup() argument855 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_rx_pipe_cleanup()856 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()862 if (!snoc_pipe->buf_sz) in ath10k_snoc_rx_pipe_cleanup()879 static void ath10k_snoc_tx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_tx_pipe_cleanup() argument887 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_tx_pipe_cleanup()888 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()[all …]