Searched refs:ce_pipe (Results 1 – 2 of 2) sorted by relevance
307 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf() local332 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()349 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe() local355 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()359 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_snoc_rx_post_pipe()498 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg() local502 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()510 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()524 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()539 __ath10k_ce_send_revert(ce_pipe); in ath10k_snoc_hif_tx_sg()[all …]
779 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() local802 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()819 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe() local825 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()829 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_pci_rx_post_pipe()1250 struct ath10k_ce_pipe *ce_pipe = pipe_info->ce_hdl; in ath10k_pci_process_htt_rx_cb() local1297 ath10k_ce_rx_update_write_idx(ce_pipe, nentries); in ath10k_pci_process_htt_rx_cb()1365 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg() local1366 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg()1391 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()[all …]