Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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);
301 void (*send_cb)(struct ath10k_ce_pipe *);
302 void (*recv_cb)(struct ath10k_ce_pipe *);
[all …]
H A Dce.c52 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr()
81 struct ath10k_ce_pipe *ce_state) in shadow_dst_wr_ind_addr()
190 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
205 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set()
213 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_dest_ring_write_index_set()
224 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_base_addr_set()
311 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_read_index_get()
666 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send()
1373 struct ath10k_ce_pipe *ce_state; in ath10k_ce_disable_interrupt()
1400 struct ath10k_ce_pipe *ce_state; in ath10k_ce_enable_interrupt()
[all …]
H A Dsnoc.c56 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
57 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
58 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
59 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
60 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
492 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf()
534 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe()
691 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg()
840 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_rx_pipe_cleanup()
[all …]
H A Dpci.c108 struct ath10k_ce_pipe *tx_pipe,
109 struct ath10k_ce_pipe *rx_pipe,
768 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf()
808 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe()
908 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_read_mem()
1054 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_write_mem()
1975 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_rx_pipe_cleanup()
2007 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_tx_pipe_cleanup()
2110 struct ath10k_ce_pipe *ce_tx = pci_tx->ce_hdl; in ath10k_pci_hif_exchange_bmi_msg()
2230 struct ath10k_ce_pipe *tx_pipe, in ath10k_pci_bmi_wait()
[all …]
H A Dpci.h82 struct ath10k_ce_pipe *ce_hdl;
120 struct ath10k_ce_pipe *ce_diag;
H A Dsnoc.h25 struct ath10k_ce_pipe *ce_hdl;
/dports/multimedia/v4l-utils/linux-5.13-rc2/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);
301 void (*send_cb)(struct ath10k_ce_pipe *);
302 void (*recv_cb)(struct ath10k_ce_pipe *);
[all …]
H A Dce.c52 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr()
81 struct ath10k_ce_pipe *ce_state) in shadow_dst_wr_ind_addr()
190 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
205 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set()
213 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_dest_ring_write_index_set()
224 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_base_addr_set()
311 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_read_index_get()
666 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send()
1373 struct ath10k_ce_pipe *ce_state; in ath10k_ce_disable_interrupt()
1400 struct ath10k_ce_pipe *ce_state; in ath10k_ce_enable_interrupt()
[all …]
H A Dsnoc.c56 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
57 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
58 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
59 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
60 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
492 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf()
534 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe()
691 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg()
840 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_rx_pipe_cleanup()
[all …]
H A Dpci.c108 struct ath10k_ce_pipe *tx_pipe,
109 struct ath10k_ce_pipe *rx_pipe,
768 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf()
808 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe()
908 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_read_mem()
1054 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_write_mem()
1975 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_rx_pipe_cleanup()
2007 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_tx_pipe_cleanup()
2110 struct ath10k_ce_pipe *ce_tx = pci_tx->ce_hdl; in ath10k_pci_hif_exchange_bmi_msg()
2230 struct ath10k_ce_pipe *tx_pipe, in ath10k_pci_bmi_wait()
[all …]
H A Dpci.h82 struct ath10k_ce_pipe *ce_hdl;
120 struct ath10k_ce_pipe *ce_diag;
H A Dsnoc.h25 struct ath10k_ce_pipe *ce_hdl;
/dports/multimedia/libv4l/linux-5.13-rc2/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);
301 void (*send_cb)(struct ath10k_ce_pipe *);
302 void (*recv_cb)(struct ath10k_ce_pipe *);
[all …]
H A Dce.c52 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr()
81 struct ath10k_ce_pipe *ce_state) in shadow_dst_wr_ind_addr()
190 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get()
205 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set()
213 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_dest_ring_write_index_set()
224 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_base_addr_set()
311 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_read_index_get()
666 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send()
1373 struct ath10k_ce_pipe *ce_state; in ath10k_ce_disable_interrupt()
1400 struct ath10k_ce_pipe *ce_state; in ath10k_ce_enable_interrupt()
[all …]
H A Dsnoc.c56 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
57 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
58 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
59 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
60 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
492 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf()
534 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe()
691 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg()
840 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_rx_pipe_cleanup()
[all …]
H A Dpci.c108 struct ath10k_ce_pipe *tx_pipe,
109 struct ath10k_ce_pipe *rx_pipe,
768 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf()
808 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe()
908 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_read_mem()
1054 struct ath10k_ce_pipe *ce_diag; in ath10k_pci_diag_write_mem()
1975 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_rx_pipe_cleanup()
2007 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_tx_pipe_cleanup()
2110 struct ath10k_ce_pipe *ce_tx = pci_tx->ce_hdl; in ath10k_pci_hif_exchange_bmi_msg()
2230 struct ath10k_ce_pipe *tx_pipe, in ath10k_pci_bmi_wait()
[all …]
H A Dpci.h82 struct ath10k_ce_pipe *ce_hdl;
120 struct ath10k_ce_pipe *ce_diag;
H A Dsnoc.h25 struct ath10k_ce_pipe *ce_hdl;