Home
last modified time | relevance | path

Searched refs:ath10k_ce_pipe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h25 struct ath10k_ce_pipe;
116 struct ath10k_ce_pipe { struct
124 void (*send_cb)(struct ath10k_ce_pipe *); argument
125 void (*recv_cb)(struct ath10k_ce_pipe *); argument
151 struct ath10k_ce_pipe ce_states[CE_COUNT_MAX]; argument
174 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
182 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
189 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe);
191 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe);
195 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe);
[all …]
H A Dce.c53 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr()
145 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
160 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set()
171 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_base_addr_set()
258 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_read_index_get()
276 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_base_addr_set()
422 static int _ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in _ath10k_ce_send_nolock()
479 static int _ath10k_ce_send_nolock_64(struct ath10k_ce_pipe *ce_state, in _ath10k_ce_send_nolock_64()
560 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock()
572 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert()
[all …]
H A Dsnoc.h27 struct ath10k_ce_pipe *ce_hdl;