Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dce.h36 struct ath10k_ce_pipe;
127 struct ath10k_ce_pipe { struct
135 void (*send_cb)(struct ath10k_ce_pipe *); argument
136 void (*recv_cb)(struct ath10k_ce_pipe *); argument
162 struct ath10k_ce_pipe ce_states[CE_COUNT_MAX]; argument
185 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
193 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
200 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe);
202 int ath10k_ce_num_free_src_entries(struct ath10k_ce_pipe *pipe);
206 int __ath10k_ce_rx_num_free_bufs(struct ath10k_ce_pipe *pipe);
[all …]
Dce.c63 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr()
92 struct ath10k_ce_pipe *ce_state) in shadow_dst_wr_ind_addr()
201 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
216 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set()
224 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_dest_ring_write_index_set()
302 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_read_index_get()
454 static int _ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in _ath10k_ce_send_nolock()
517 static int _ath10k_ce_send_nolock_64(struct ath10k_ce_pipe *ce_state, in _ath10k_ce_send_nolock_64()
592 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock()
604 void __ath10k_ce_send_revert(struct ath10k_ce_pipe *pipe) in __ath10k_ce_send_revert()
[all …]
Dsnoc.c60 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
62 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
63 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
64 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
307 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf()
349 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe()
383 static void ath10k_snoc_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_snoc_process_rx_cb()
424 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_snoc_htc_rx_cb()
429 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_snoc_htt_htc_rx_cb()
[all …]
Dpci.c119 struct ath10k_ce_pipe *tx_pipe,
120 struct ath10k_ce_pipe *rx_pipe,
123 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
124 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
125 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
126 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
127 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
128 static void ath10k_pci_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
779 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf()
819 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe()
[all …]
Dpci.h92 struct ath10k_ce_pipe *ce_hdl;
130 struct ath10k_ce_pipe *ce_diag;
Dsnoc.h34 struct ath10k_ce_pipe *ce_hdl;