Lines Matching refs:pipe
326 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert() argument
328 struct ath10k *ar = pipe->ar; in __ath10k_ce_send_revert()
330 struct ath10k_ce_ring *src_ring = pipe->src_ring; in __ath10k_ce_send_revert()
331 u32 ctrl_addr = pipe->ctrl_addr; in __ath10k_ce_send_revert()
372 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe) in ath10k_ce_num_free_src_entries() argument
374 struct ath10k *ar = pipe->ar; in ath10k_ce_num_free_src_entries()
379 delta = CE_RING_DELTA(pipe->src_ring->nentries_mask, in ath10k_ce_num_free_src_entries()
380 pipe->src_ring->write_index, in ath10k_ce_num_free_src_entries()
381 pipe->src_ring->sw_index - 1); in ath10k_ce_num_free_src_entries()
387 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe) in __ath10k_ce_rx_num_free_bufs() argument
389 struct ath10k *ar = pipe->ar; in __ath10k_ce_rx_num_free_bufs()
391 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs()
401 int __ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in __ath10k_ce_rx_post_buf() argument
403 struct ath10k *ar = pipe->ar; in __ath10k_ce_rx_post_buf()
405 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf()
411 u32 ctrl_addr = pipe->ctrl_addr; in __ath10k_ce_rx_post_buf()
429 int ath10k_ce_rx_post_buf(struct ath10k_ce_pipe *pipe, void *ctx, u32 paddr) in ath10k_ce_rx_post_buf() argument
431 struct ath10k *ar = pipe->ar; in ath10k_ce_rx_post_buf()
436 ret = __ath10k_ce_rx_post_buf(pipe, ctx, paddr); in ath10k_ce_rx_post_buf()