Searched refs:snoc_pipe (Results 1 – 1 of 1) sorted by relevance
690 struct ath10k_snoc_pipe *snoc_pipe; in ath10k_snoc_hif_tx_sg() local694 snoc_pipe = &ar_snoc->pipe_info[pipe_id]; in ath10k_snoc_hif_tx_sg()695 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()838 static void ath10k_snoc_rx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_rx_pipe_cleanup() argument846 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_rx_pipe_cleanup()847 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()853 if (!snoc_pipe->buf_sz) in ath10k_snoc_rx_pipe_cleanup()870 static void ath10k_snoc_tx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_tx_pipe_cleanup() argument878 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_tx_pipe_cleanup()879 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()[all …]