Home
last modified time | relevance | path

Searched refs:ce_state (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c55 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr() argument
57 u32 ce_id = ce_state->id; in shadow_sr_wr_ind_addr()
147 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get() local
151 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_src_ring_read_index_get()
162 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set() argument
165 ath10k_ce_write32(ar, shadow_sr_wr_ind_addr(ar, ce_state), value); in ath10k_ce_shadow_src_ring_write_index_set()
173 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_base_addr_set() local
180 if (ce_state->ops->ce_set_src_ring_base_addr_hi) { in ath10k_ce_src_ring_base_addr_set()
181 ce_state->ops->ce_set_src_ring_base_addr_hi(ar, ce_ctrl_addr, in ath10k_ce_src_ring_base_addr_set()
260 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_dest_ring_read_index_get() local
[all …]
H A Dce.h174 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
182 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
208 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state,
215 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state,
218 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state,
236 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state,
240 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state,
249 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state,
314 int (*ce_completed_recv_next_nolock)(struct ath10k_ce_pipe *ce_state,
317 int (*ce_revoke_recv_next)(struct ath10k_ce_pipe *ce_state,
[all …]
H A Dsnoc.c59 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
60 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
62 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
63 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
64 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
571 static void ath10k_snoc_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_snoc_process_rx_cb() argument
575 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb()
577 struct ath10k_snoc_pipe *pipe_info = &ar_snoc->pipe_info[ce_state->id]; in ath10k_snoc_process_rx_cb()
584 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_snoc_process_rx_cb()
[all …]
H A Dpci.c122 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
123 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
124 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
125 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
126 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
127 static void ath10k_pci_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
1234 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htc_tx_cb() argument
1236 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb()
1241 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb) == 0) { in ath10k_pci_htc_tx_cb()
1253 static void ath10k_pci_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_pci_process_rx_cb() argument
[all …]