Searched refs:ce_pipe (Results 1 – 1 of 1) sorted by relevance
743 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() local766 ret = __ath10k_ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()782 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe() local788 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()792 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_pci_rx_post_pipe()1257 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg() local1258 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg()1283 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()1301 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()1315 __ath10k_ce_send_revert(ce_pipe); in ath10k_pci_hif_tx_sg()[all …]