Searched refs:snoc_pipe (Results 1 – 1 of 1) sorted by relevance
695 struct ath10k_snoc_pipe *snoc_pipe; in ath10k_snoc_hif_tx_sg() local699 snoc_pipe = &ar_snoc->pipe_info[pipe_id]; in ath10k_snoc_hif_tx_sg()700 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()851 static void ath10k_snoc_rx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_rx_pipe_cleanup() argument859 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_rx_pipe_cleanup()860 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()866 if (!snoc_pipe->buf_sz) in ath10k_snoc_rx_pipe_cleanup()883 static void ath10k_snoc_tx_pipe_cleanup(struct ath10k_snoc_pipe *snoc_pipe) in ath10k_snoc_tx_pipe_cleanup() argument891 ar = snoc_pipe->hif_ce_state; in ath10k_snoc_tx_pipe_cleanup()892 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()[all …]