Home
last modified time | relevance | path

Searched defs:ath10k_ce_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dce.h305 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,
[all …]