Searched refs:ce_pipe (Results 1 – 1 of 1) sorted by relevance
391 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() local415 ret = __ath10k_ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()431 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_pipe() local439 if (!ce_pipe->dest_ring) in __ath10k_pci_rx_post_pipe()442 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in __ath10k_pci_rx_post_pipe()913 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg() local914 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg()939 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()957 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()971 __ath10k_ce_send_revert(ce_pipe); in ath10k_pci_hif_tx_sg()[all …]