Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dce.h109 struct ath10k_ce_pipe { struct
117 void (*send_cb)(struct ath10k_ce_pipe *); argument
118 void (*recv_cb)(struct ath10k_ce_pipe *); argument
120 unsigned int src_sz_max;
121 struct ath10k_ce_ring *src_ring;
122 struct ath10k_ce_ring *dest_ring;
Dce.c1079 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()