Home
last modified time | relevance | path

Searched refs:copyeng (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_api.h66 typedef void (*ce_send_cb)(struct CE_handle *copyeng,
81 typedef void (*CE_recv_cb)(struct CE_handle *copyeng,
103 typedef void (*CE_watermark_cb)(struct CE_handle *copyeng,
153 QDF_STATUS ce_send(struct CE_handle *copyeng,
162 int ce_send_fast(struct CE_handle *copyeng, qdf_nbuf_t msdu,
175 int ce_enqueue_desc(struct CE_handle *copyeng, qdf_nbuf_t msdu,
196 void ce_send_cb_register(struct CE_handle *copyeng,
238 QDF_STATUS ce_sendlist_send(struct CE_handle *copyeng,
257 QDF_STATUS ce_recv_buf_enqueue(struct CE_handle *copyeng,
266 void ce_recv_cb_register(struct CE_handle *copyeng,
[all …]
Dce_service.c500 ce_send(struct CE_handle *copyeng, in ce_send() argument
508 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send()
513 status = hif_state->ce_services->ce_send_nolock(copyeng, in ce_send()
561 ce_sendlist_send(struct CE_handle *copyeng, in ce_sendlist_send() argument
565 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_sendlist_send()
568 return hif_state->ce_services->ce_sendlist_send(copyeng, in ce_sendlist_send()
797 ce_recv_buf_enqueue(struct CE_handle *copyeng, in ce_recv_buf_enqueue() argument
800 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_buf_enqueue()
803 return hif_state->ce_services->ce_recv_buf_enqueue(copyeng, in ce_recv_buf_enqueue()
809 ce_send_watermarks_set(struct CE_handle *copyeng, in ce_send_watermarks_set() argument
[all …]
Dce_bmi.h27 void hif_bmi_recv_data(struct CE_handle *copyeng, void *ce_context,
31 void hif_bmi_send_done(struct CE_handle *copyeng, void *ce_context,
Dce_service_legacy.c117 int ce_send_fast(struct CE_handle *copyeng, qdf_nbuf_t msdu, in ce_send_fast() argument
120 struct CE_state *ce_state = (struct CE_state *)copyeng; in ce_send_fast()
524 ce_send_nolock_legacy(struct CE_handle *copyeng, in ce_send_nolock_legacy() argument
533 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send_nolock_legacy()
626 ce_sendlist_send_legacy(struct CE_handle *copyeng, in ce_sendlist_send_legacy() argument
632 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_sendlist_send_legacy()
664 status = ce_send_nolock_legacy(copyeng, in ce_sendlist_send_legacy()
676 status = ce_send_nolock_legacy(copyeng, per_transfer_context, in ce_sendlist_send_legacy()
712 ce_recv_buf_enqueue_legacy(struct CE_handle *copyeng, in ce_recv_buf_enqueue_legacy() argument
716 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_buf_enqueue_legacy()
[all …]
Dce_service_srng.c161 ce_send_nolock_srng(struct CE_handle *copyeng, in ce_send_nolock_srng() argument
170 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_send_nolock_srng()
244 ce_sendlist_send_srng(struct CE_handle *copyeng, in ce_sendlist_send_srng() argument
250 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_sendlist_send_srng()
273 status = ce_send_nolock_srng(copyeng, in ce_sendlist_send_srng()
285 status = ce_send_nolock_srng(copyeng, per_transfer_context, in ce_sendlist_send_srng()
325 ce_recv_buf_enqueue_srng(struct CE_handle *copyeng, in ce_recv_buf_enqueue_srng() argument
329 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_recv_buf_enqueue_srng()
544 ce_revoke_recv_next_srng(struct CE_handle *copyeng, in ce_revoke_recv_next_srng() argument
548 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_revoke_recv_next_srng()
[all …]
Dce_bmi.c67 void hif_bmi_send_done(struct CE_handle *copyeng, void *ce_context, in hif_bmi_send_done() argument
102 void hif_bmi_recv_data(struct CE_handle *copyeng, void *ce_context, in hif_bmi_recv_data() argument
Dce_main.c3223 void ce_fini(struct CE_handle *copyeng) in ce_fini() argument
3225 struct CE_state *CE_state = (struct CE_state *)copyeng; in ce_fini()
3242 ce_h2t_tx_ce_cleanup(copyeng); in ce_fini()
3256 ce_t2h_msg_ce_cleanup(copyeng); in ce_fini()
3273 ce_h2t_tx_ce_cleanup(copyeng); in ce_fini()
3550 hif_pci_ce_send_done(struct CE_handle *copyeng, void *ce_context, in hif_pci_ce_send_done() argument
3576 } while (ce_completed_send_next(copyeng, in hif_pci_ce_send_done()
3638 hif_pci_ce_recv_data(struct CE_handle *copyeng, void *ce_context, in hif_pci_ce_recv_data() argument
3646 struct CE_state *ce_state = (struct CE_state *) copyeng; in hif_pci_ce_recv_data()
3672 } while (ce_completed_recv_next(copyeng, &ce_context, &transfer_context, in hif_pci_ce_recv_data()