Lines Matching defs:ath10k_ce_ops
305 struct ath10k_ce_ops { struct
306 struct ath10k_ce_ring *(*ce_alloc_src_ring)(struct ath10k *ar,
309 struct ath10k_ce_ring *(*ce_alloc_dst_ring)(struct ath10k *ar,
312 int (*ce_rx_post_buf)(struct ath10k_ce_pipe *pipe, void *ctx,
314 int (*ce_completed_recv_next_nolock)(struct ath10k_ce_pipe *ce_state,
317 int (*ce_revoke_recv_next)(struct ath10k_ce_pipe *ce_state,
320 void (*ce_extract_desc_data)(struct ath10k *ar,
324 void (*ce_free_pipe)(struct ath10k *ar, int ce_id);
325 int (*ce_send_nolock)(struct ath10k_ce_pipe *pipe,
329 void (*ce_set_src_ring_base_addr_hi)(struct ath10k *ar,
332 void (*ce_set_dest_ring_base_addr_hi)(struct ath10k *ar,
335 int (*ce_completed_send_next_nolock)(struct ath10k_ce_pipe *ce_state,