Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dce.c268 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock() argument
275 struct ath10k *ar = ce_state->ar; in ath10k_ce_send_nolock()
276 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in ath10k_ce_send_nolock()
281 u32 ctrl_addr = ce_state->ctrl_addr; in ath10k_ce_send_nolock()
285 if (nbytes > ce_state->src_sz_max) in ath10k_ce_send_nolock()
287 __func__, nbytes, ce_state->src_sz_max); in ath10k_ce_send_nolock()
353 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send() argument
360 struct ath10k *ar = ce_state->ar; in ath10k_ce_send()
365 ret = ath10k_ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send()
446 static int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_recv_next_nolock() argument
[all …]
Dce.h146 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
154 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
179 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state,
189 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state,
212 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state,
221 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state,
Dpci.c813 static void ath10k_pci_ce_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_send_done() argument
815 struct ath10k *ar = ce_state->ar; in ath10k_pci_ce_send_done()
823 while (ath10k_ce_completed_send_next(ce_state, &transfer_context, in ath10k_pci_ce_send_done()
835 static void ath10k_pci_ce_recv_data(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_recv_data() argument
837 struct ath10k *ar = ce_state->ar; in ath10k_pci_ce_recv_data()
839 struct ath10k_pci_pipe *pipe_info = &ar_pci->pipe_info[ce_state->id]; in ath10k_pci_ce_recv_data()
848 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_pci_ce_recv_data()
1366 static void ath10k_pci_bmi_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_send_done() argument
1373 if (ath10k_ce_completed_send_next(ce_state, (void **)&xfer, &ce_data, in ath10k_pci_bmi_send_done()
1380 static void ath10k_pci_bmi_recv_data(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_recv_data() argument
[all …]
/drivers/net/fddi/skfp/h/
Dsmc.h149 int ce_state ; /* CEM state */ member