Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_api.h351 void **per_CE_contextp,
380 void **per_CE_contextp,
455 void **per_CE_contextp,
466 void **per_CE_contextp,
628 void **per_CE_contextp,
632 void **per_CE_contextp, void **per_transfer_contextp,
642 void **per_CE_contextp,
650 void **per_CE_contextp,
H A Dce_service_srng.c438 void **per_CE_contextp, in ce_completed_recv_next_nolock_srng() argument
505 if (per_CE_contextp) in ce_completed_recv_next_nolock_srng()
506 *per_CE_contextp = CE_state->recv_context; in ce_completed_recv_next_nolock_srng()
545 void **per_CE_contextp, in ce_revoke_recv_next_srng() argument
557 if (per_CE_contextp) in ce_revoke_recv_next_srng()
558 *per_CE_contextp = CE_state->recv_context; in ce_revoke_recv_next_srng()
586 void **per_CE_contextp, in ce_completed_send_next_nolock_srng() argument
627 if (per_CE_contextp) in ce_completed_send_next_nolock_srng()
628 *per_CE_contextp = CE_state->send_context; in ce_completed_send_next_nolock_srng()
650 void **per_CE_contextp, in ce_cancel_send_next_srng() argument
[all …]
H A Dce_service_legacy.c808 void **per_CE_contextp, in ce_completed_recv_next_nolock_legacy() argument
856 if (per_CE_contextp) in ce_completed_recv_next_nolock_legacy()
857 *per_CE_contextp = CE_state->recv_context; in ce_completed_recv_next_nolock_legacy()
877 void **per_CE_contextp, in ce_revoke_recv_next_legacy() argument
909 if (per_CE_contextp) in ce_revoke_recv_next_legacy()
910 *per_CE_contextp = CE_state->recv_context; in ce_revoke_recv_next_legacy()
936 void **per_CE_contextp, in ce_completed_send_next_nolock_legacy() argument
1002 if (per_CE_contextp) in ce_completed_send_next_nolock_legacy()
1003 *per_CE_contextp = CE_state->send_context; in ce_completed_send_next_nolock_legacy()
1022 void **per_CE_contextp, in ce_cancel_send_next_legacy() argument
[all …]
H A Dce_service.c874 void **per_CE_contextp, in ce_completed_recv_next() argument
890 per_CE_contextp, per_transfer_contextp, bufferp, in ce_completed_recv_next()
899 void **per_CE_contextp, in ce_revoke_recv_next() argument
906 per_CE_contextp, per_transfer_contextp, bufferp); in ce_revoke_recv_next()
911 void **per_CE_contextp, in ce_cancel_send_next() argument
922 (copyeng, per_CE_contextp, per_transfer_contextp, in ce_cancel_send_next()
929 void **per_CE_contextp, in ce_completed_send_next() argument
948 per_CE_contextp, per_transfer_contextp, in ce_completed_send_next()