Searched defs:copyeng (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_service.c | 500 ce_send(struct CE_handle *copyeng, in ce_send() 561 ce_sendlist_send(struct CE_handle *copyeng, in ce_sendlist_send() 797 ce_recv_buf_enqueue(struct CE_handle *copyeng, in ce_recv_buf_enqueue() 809 ce_send_watermarks_set(struct CE_handle *copyeng, in ce_send_watermarks_set() 822 ce_recv_watermarks_set(struct CE_handle *copyeng, in ce_recv_watermarks_set() 836 unsigned int ce_send_entries_avail(struct CE_handle *copyeng) in ce_send_entries_avail() 852 unsigned int ce_recv_entries_avail(struct CE_handle *copyeng) in ce_recv_entries_avail() 873 ce_completed_recv_next(struct CE_handle *copyeng, in ce_completed_recv_next() 898 ce_revoke_recv_next(struct CE_handle *copyeng, in ce_revoke_recv_next() 910 ce_cancel_send_next(struct CE_handle *copyeng, in ce_cancel_send_next() [all …]
|
H A D | ce_service_legacy.c | 117 int ce_send_fast(struct CE_handle *copyeng, qdf_nbuf_t msdu, in ce_send_fast() 524 ce_send_nolock_legacy(struct CE_handle *copyeng, in ce_send_nolock_legacy() 626 ce_sendlist_send_legacy(struct CE_handle *copyeng, in ce_sendlist_send_legacy() 712 ce_recv_buf_enqueue_legacy(struct CE_handle *copyeng, in ce_recv_buf_enqueue_legacy() 876 ce_revoke_recv_next_legacy(struct CE_handle *copyeng, in ce_revoke_recv_next_legacy() 1021 ce_cancel_send_next_legacy(struct CE_handle *copyeng, in ce_cancel_send_next_legacy() 1126 int ce_enqueue_desc(struct CE_handle *copyeng, qdf_nbuf_t msdu, in ce_enqueue_desc()
|
H A D | ce_service_srng.c | 161 ce_send_nolock_srng(struct CE_handle *copyeng, in ce_send_nolock_srng() 244 ce_sendlist_send_srng(struct CE_handle *copyeng, in ce_sendlist_send_srng() 325 ce_recv_buf_enqueue_srng(struct CE_handle *copyeng, in ce_recv_buf_enqueue_srng() 544 ce_revoke_recv_next_srng(struct CE_handle *copyeng, in ce_revoke_recv_next_srng() 649 ce_cancel_send_next_srng(struct CE_handle *copyeng, in ce_cancel_send_next_srng()
|
H A D | ce_bmi.c | 67 void hif_bmi_send_done(struct CE_handle *copyeng, void *ce_context, in hif_bmi_send_done() 102 void hif_bmi_recv_data(struct CE_handle *copyeng, void *ce_context, in hif_bmi_recv_data()
|
H A D | ce_main.c | 3223 void ce_fini(struct CE_handle *copyeng) in ce_fini() 3550 hif_pci_ce_send_done(struct CE_handle *copyeng, void *ce_context, 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()
|