Lines Matching refs:pipe
325 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert() argument
327 struct ath10k *ar = pipe->ar; in __ath10k_ce_send_revert()
329 struct ath10k_ce_ring *src_ring = pipe->src_ring; in __ath10k_ce_send_revert()
330 u32 ctrl_addr = pipe->ctrl_addr; in __ath10k_ce_send_revert()
371 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries() argument
373 struct ath10k *ar = pipe->ar; in ath10k_ce_num_free_src_entries()
378 delta = CE_RING_DELTA(pipe->src_ring->nentries_mask, in ath10k_ce_num_free_src_entries()
379 pipe->src_ring->write_index, in ath10k_ce_num_free_src_entries()
380 pipe->src_ring->sw_index - 1); in ath10k_ce_num_free_src_entries()
386 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs() argument
388 struct ath10k *ar = pipe->ar; in __ath10k_ce_rx_num_free_bufs()
390 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs()
400 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in __ath10k_ce_rx_post_buf() argument
402 struct ath10k *ar = pipe->ar; in __ath10k_ce_rx_post_buf()
404 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf()
410 u32 ctrl_addr = pipe->ctrl_addr; in __ath10k_ce_rx_post_buf()
428 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in ath10k_ce_rx_post_buf() argument
430 struct ath10k *ar = pipe->ar; in ath10k_ce_rx_post_buf()
435 ret = __ath10k_ce_rx_post_buf(pipe, ctx, paddr); in ath10k_ce_rx_post_buf()