Lines Matching defs:ath10k_ce_ops
302 struct ath10k_ce_ops { struct
303 struct ath10k_ce_ring *(*ce_alloc_src_ring)(struct ath10k *ar,
306 struct ath10k_ce_ring *(*ce_alloc_dst_ring)(struct ath10k *ar,
309 int (*ce_rx_post_buf)(struct ath10k_ce_pipe *pipe, void *ctx,
311 int (*ce_completed_recv_next_nolock)(struct ath10k_ce_pipe *ce_state,
314 int (*ce_revoke_recv_next)(struct ath10k_ce_pipe *ce_state,
317 void (*ce_extract_desc_data)(struct ath10k *ar,
321 void (*ce_free_pipe)(struct ath10k *ar, int ce_id);
322 int (*ce_send_nolock)(struct ath10k_ce_pipe *pipe,
326 void (*ce_set_src_ring_base_addr_hi)(struct ath10k *ar,
329 void (*ce_set_dest_ring_base_addr_hi)(struct ath10k *ar,
332 int (*ce_completed_send_next_nolock)(struct ath10k_ce_pipe *ce_state,