Home
last modified time | relevance | path

Searched refs:ce_pipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dsnoc.c486 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf() local
511 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
528 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe() local
534 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
538 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_snoc_rx_post_pipe()
685 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg() local
689 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()
697 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
711 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
726 __ath10k_ce_send_revert(ce_pipe); in ath10k_snoc_hif_tx_sg()
[all …]
Dpci.c768 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() local
791 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()
808 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe() local
814 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
818 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_pci_rx_post_pipe()
1240 struct ath10k_ce_pipe *ce_pipe = pipe_info->ce_hdl; in ath10k_pci_process_htt_rx_cb() local
1287 ath10k_ce_rx_update_write_idx(ce_pipe, nentries); in ath10k_pci_process_htt_rx_cb()
1355 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg() local
1356 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg()
1381 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()
[all …]