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()839 static void ath10k_snoc_rx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_rx_pipe_cleanup() argument847 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_rx_pipe_cleanup()848 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()854 if (!snoc_pipe->buf_sz) in ath10k_snoc_rx_pipe_cleanup()871 static void ath10k_snoc_tx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_tx_pipe_cleanup() argument879 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_tx_pipe_cleanup()880 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()[all …]