Searched defs:ath10k_ce_pipe (Results 1 – 2 of 2) sorted by relevance
109 struct ath10k_ce_pipe { struct117 void (*send_cb)(struct ath10k_ce_pipe *); argument118 void (*recv_cb)(struct ath10k_ce_pipe *); argument120 unsigned int src_sz_max;121 struct ath10k_ce_ring *src_ring;122 struct ath10k_ce_ring *dest_ring;
1079 void (*send_cb)(struct ath10k_ce_pipe *), in ath10k_ce_alloc_pipe()1080 void (*recv_cb)(struct ath10k_ce_pipe *)) in ath10k_ce_alloc_pipe()