Lines Matching refs:ce_pipe
813 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() local
836 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()
853 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe() local
859 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
863 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_pci_rx_post_pipe()
1300 struct ath10k_ce_pipe *ce_pipe = pipe_info->ce_hdl; in ath10k_pci_process_htt_rx_cb() local
1347 ath10k_ce_rx_update_write_idx(ce_pipe, nentries); in ath10k_pci_process_htt_rx_cb()
1415 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg() local
1416 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg()
1441 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()
1474 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()
1488 __ath10k_ce_send_revert(ce_pipe); in ath10k_pci_hif_tx_sg()
2063 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_rx_pipe_cleanup() local
2069 ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_rx_pipe_cleanup()
2070 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
2095 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_tx_pipe_cleanup() local
2101 ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_tx_pipe_cleanup()
2102 ce_ring = ce_pipe->src_ring; in ath10k_pci_tx_pipe_cleanup()