Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 25 of 131) sorted by relevance

123456

/wlan-dirver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_sm.h33 * @ctx: connection manager ctx
39 void cm_state_roaming_entry(void *ctx);
43 * @ctx: connection manager ctx
49 void cm_state_roaming_exit(void *ctx);
54 * @ctx: connection manager ctx
63 bool cm_state_roaming_event(void *ctx, uint16_t event, uint16_t data_len,
66 static inline void cm_state_roaming_entry(void *ctx) {} in cm_state_roaming_entry() argument
68 cm_state_roaming_exit(void * ctx) cm_state_roaming_exit() argument
70 cm_state_roaming_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_state_roaming_event() argument
116 cm_subst_preauth_entry(void * ctx) cm_subst_preauth_entry() argument
118 cm_subst_preauth_exit(void * ctx) cm_subst_preauth_exit() argument
120 cm_subst_preauth_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_preauth_event() argument
166 cm_subst_reassoc_entry(void * ctx) cm_subst_reassoc_entry() argument
167 cm_subst_reassoc_exit(void * ctx) cm_subst_reassoc_exit() argument
170 cm_subst_reassoc_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_reassoc_event() argument
255 cm_subst_roam_start_entry(void * ctx) cm_subst_roam_start_entry() argument
257 cm_subst_roam_start_exit(void * ctx) cm_subst_roam_start_exit() argument
260 cm_subst_roam_start_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_roam_start_event() argument
266 cm_subst_roam_sync_entry(void * ctx) cm_subst_roam_sync_entry() argument
268 cm_subst_roam_sync_exit(void * ctx) cm_subst_roam_sync_exit() argument
271 cm_subst_roam_sync_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_roam_sync_event() argument
[all...]
H A Dwlan_cm_roam_sm.c32 void cm_state_roaming_entry(void *ctx) in cm_state_roaming_entry() argument
34 struct cnx_mgr *cm_ctx = ctx; in cm_state_roaming_entry()
39 void cm_state_roaming_exit(void *ctx) in cm_state_roaming_exit() argument
102 bool cm_state_roaming_event(void *ctx, uint16_t event, in cm_state_roaming_event() argument
105 struct cnx_mgr *cm_ctx = ctx; in cm_state_roaming_event()
175 void cm_subst_preauth_entry(void *ctx) in cm_subst_preauth_entry() argument
177 struct cnx_mgr *cm_ctx = ctx; in cm_subst_preauth_entry()
187 void cm_subst_preauth_exit(void *ctx) in cm_subst_preauth_exit() argument
232 bool cm_subst_preauth_event(void *ctx, uint16_t event, in cm_subst_preauth_event() argument
235 struct cnx_mgr *cm_ctx = ctx; in cm_subst_preauth_event()
265 cm_subst_reassoc_entry(void * ctx) cm_subst_reassoc_entry() argument
277 cm_subst_reassoc_exit(void * ctx) cm_subst_reassoc_exit() argument
310 cm_subst_reassoc_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_reassoc_event() argument
376 cm_subst_roam_start_entry(void * ctx) cm_subst_roam_start_entry() argument
386 cm_subst_roam_start_exit(void * ctx) cm_subst_roam_start_exit() argument
390 cm_subst_roam_start_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_roam_start_event() argument
433 cm_subst_roam_sync_entry(void * ctx) cm_subst_roam_sync_entry() argument
443 cm_subst_roam_sync_exit(void * ctx) cm_subst_roam_sync_exit() argument
447 cm_subst_roam_sync_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_roam_sync_event() argument
[all...]
H A Dwlan_cm_sm.c57 * @ctx: connection manager ctx
63 static void cm_state_init_entry(void *ctx) in cm_state_init_entry() argument
65 struct cnx_mgr *cm_ctx = ctx; in cm_state_init_entry()
72 * @ctx: connection manager ctx
78 static void cm_state_init_exit(void *ctx) in cm_state_init_exit() argument
84 * @ctx: connection manager ctx
93 static bool cm_state_init_event(void *ctx, uint16_ argument
194 cm_state_connecting_entry(void * ctx) cm_state_connecting_entry() argument
210 cm_state_connecting_exit(void * ctx) cm_state_connecting_exit() argument
226 cm_state_connecting_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_state_connecting_event() argument
254 cm_state_connected_entry(void * ctx) cm_state_connected_entry() argument
270 cm_state_connected_exit(void * ctx) cm_state_connected_exit() argument
389 cm_state_connected_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_state_connected_event() argument
457 cm_state_disconnecting_entry(void * ctx) cm_state_disconnecting_entry() argument
473 cm_state_disconnecting_exit(void * ctx) cm_state_disconnecting_exit() argument
489 cm_state_disconnecting_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_state_disconnecting_event() argument
550 cm_subst_join_pending_entry(void * ctx) cm_subst_join_pending_entry() argument
569 cm_subst_join_pending_exit(void * ctx) cm_subst_join_pending_exit() argument
585 cm_subst_join_pending_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_join_pending_event() argument
711 cm_subst_scan_entry(void * ctx) cm_subst_scan_entry() argument
730 cm_subst_scan_exit(void * ctx) cm_subst_scan_exit() argument
746 cm_subst_scan_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_scan_event() argument
817 cm_subst_join_active_entry(void * ctx) cm_subst_join_active_entry() argument
836 cm_subst_join_active_exit(void * ctx) cm_subst_join_active_exit() argument
852 cm_subst_join_active_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_join_active_event() argument
945 cm_subst_idle_due_to_link_switch_entry(void * ctx) cm_subst_idle_due_to_link_switch_entry() argument
962 cm_subst_idle_due_to_link_switch_exit(void * ctx) cm_subst_idle_due_to_link_switch_exit() argument
979 cm_subst_idle_due_to_link_switch_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_idle_due_to_link_switch_event() argument
1065 cm_subst_idle_due_to_link_switch_entry(void * ctx) cm_subst_idle_due_to_link_switch_entry() argument
1069 cm_subst_idle_due_to_link_switch_exit(void * ctx) cm_subst_idle_due_to_link_switch_exit() argument
1074 cm_subst_idle_due_to_link_switch_event(void * ctx,uint16_t event,uint16_t data_len,void * data) cm_subst_idle_due_to_link_switch_event() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mlme_sm.c113 * @ctx: VDEV MLME object
119 static void mlme_vdev_state_init_entry(void *ctx) in mlme_vdev_state_init_entry() argument
121 struct vdev_mlme_obj *vdev_mlme = (struct vdev_mlme_obj *)ctx; in mlme_vdev_state_init_entry()
129 * @ctx: VDEV MLME object
135 static void mlme_vdev_state_init_exit(void *ctx) in mlme_vdev_state_init_exit() argument
142 * @ctx: VDEV MLME object
152 static bool mlme_vdev_state_init_event(void *ctx, uint16_t event, in mlme_vdev_state_init_event() argument
156 struct vdev_mlme_obj *vdev_mlme = (struct vdev_mlme_obj *)ctx; in mlme_vdev_state_init_event()
241 * @ctx: VDEV MLME object
247 static void mlme_vdev_state_start_entry(void *ctx) in mlme_vdev_state_start_entry() argument
263 mlme_vdev_state_start_exit(void * ctx) mlme_vdev_state_start_exit() argument
280 mlme_vdev_state_start_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_state_start_event() argument
329 mlme_vdev_state_dfs_cac_wait_entry(void * ctx) mlme_vdev_state_dfs_cac_wait_entry() argument
345 mlme_vdev_state_dfs_cac_wait_exit(void * ctx) mlme_vdev_state_dfs_cac_wait_exit() argument
362 mlme_vdev_state_dfs_cac_wait_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_state_dfs_cac_wait_event() argument
440 mlme_vdev_state_up_entry(void * ctx) mlme_vdev_state_up_entry() argument
456 mlme_vdev_state_up_exit(void * ctx) mlme_vdev_state_up_exit() argument
473 mlme_vdev_state_up_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_state_up_event() argument
547 mlme_vdev_state_suspend_entry(void * ctx) mlme_vdev_state_suspend_entry() argument
563 mlme_vdev_state_suspend_exit(void * ctx) mlme_vdev_state_suspend_exit() argument
580 mlme_vdev_state_suspend_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_state_suspend_event() argument
645 mlme_vdev_state_stop_entry(void * ctx) mlme_vdev_state_stop_entry() argument
661 mlme_vdev_state_stop_exit(void * ctx) mlme_vdev_state_stop_exit() argument
678 mlme_vdev_state_stop_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_state_stop_event() argument
695 mlme_vdev_subst_start_start_progress_entry(void * ctx) mlme_vdev_subst_start_start_progress_entry() argument
717 mlme_vdev_subst_start_start_progress_exit(void * ctx) mlme_vdev_subst_start_start_progress_exit() argument
735 mlme_vdev_subst_start_start_progress_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_start_start_progress_event() argument
802 mlme_vdev_subst_start_restart_progress_entry(void * ctx) mlme_vdev_subst_start_restart_progress_entry() argument
824 mlme_vdev_subst_start_restart_progress_exit(void * ctx) mlme_vdev_subst_start_restart_progress_exit() argument
842 mlme_vdev_subst_start_restart_progress_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_start_restart_progress_event() argument
910 mlme_vdev_subst_start_conn_progress_entry(void * ctx) mlme_vdev_subst_start_conn_progress_entry() argument
932 mlme_vdev_subst_start_conn_progress_exit(void * ctx) mlme_vdev_subst_start_conn_progress_exit() argument
952 mlme_vdev_subst_start_conn_progress_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_start_conn_progress_event() argument
1040 mlme_vdev_subst_start_disconn_progress_entry(void * ctx) mlme_vdev_subst_start_disconn_progress_entry() argument
1062 mlme_vdev_subst_start_disconn_progress_exit(void * ctx) mlme_vdev_subst_start_disconn_progress_exit() argument
1080 mlme_vdev_subst_start_disconn_progress_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_start_disconn_progress_event() argument
1133 mlme_vdev_subst_suspend_suspend_down_entry(void * ctx) mlme_vdev_subst_suspend_suspend_down_entry() argument
1155 mlme_vdev_subst_suspend_suspend_down_exit(void * ctx) mlme_vdev_subst_suspend_suspend_down_exit() argument
1173 mlme_vdev_subst_suspend_suspend_down_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_suspend_suspend_down_event() argument
1212 mlme_vdev_subst_suspend_suspend_restart_entry(void * ctx) mlme_vdev_subst_suspend_suspend_restart_entry() argument
1234 mlme_vdev_subst_suspend_suspend_restart_exit(void * ctx) mlme_vdev_subst_suspend_suspend_restart_exit() argument
1252 mlme_vdev_subst_suspend_suspend_restart_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_suspend_suspend_restart_event() argument
1312 mlme_vdev_subst_suspend_host_restart_entry(void * ctx) mlme_vdev_subst_suspend_host_restart_entry() argument
1334 mlme_vdev_subst_suspend_host_restart_exit(void * ctx) mlme_vdev_subst_suspend_host_restart_exit() argument
1351 mlme_vdev_subst_suspend_host_restart_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_suspend_host_restart_event() argument
1405 mlme_vdev_subst_suspend_csa_restart_entry(void * ctx) mlme_vdev_subst_suspend_csa_restart_entry() argument
1427 mlme_vdev_subst_suspend_csa_restart_exit(void * ctx) mlme_vdev_subst_suspend_csa_restart_exit() argument
1445 mlme_vdev_subst_suspend_csa_restart_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_suspend_csa_restart_event() argument
1523 mlme_vdev_subst_stop_stop_progress_entry(void * ctx) mlme_vdev_subst_stop_stop_progress_entry() argument
1545 mlme_vdev_subst_stop_stop_progress_exit(void * ctx) mlme_vdev_subst_stop_stop_progress_exit() argument
1563 mlme_vdev_subst_stop_stop_progress_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_stop_stop_progress_event() argument
1624 mlme_vdev_subst_stop_down_progress_entry(void * ctx) mlme_vdev_subst_stop_down_progress_entry() argument
1646 mlme_vdev_subst_stop_down_progress_exit(void * ctx) mlme_vdev_subst_stop_down_progress_exit() argument
1664 mlme_vdev_subst_stop_down_progress_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_stop_down_progress_event() argument
1715 mlme_vdev_subst_mlo_sync_wait_entry(void * ctx) mlme_vdev_subst_mlo_sync_wait_entry() argument
1738 mlme_vdev_subst_mlo_sync_wait_exit(void * ctx) mlme_vdev_subst_mlo_sync_wait_exit() argument
1761 mlme_vdev_subst_mlo_sync_wait_exit(void * ctx) mlme_vdev_subst_mlo_sync_wait_exit() argument
1780 mlme_vdev_subst_mlo_sync_wait_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_mlo_sync_wait_event() argument
1837 mlme_vdev_subst_up_active_entry(void * ctx) mlme_vdev_subst_up_active_entry() argument
1858 mlme_vdev_subst_up_active_exit(void * ctx) mlme_vdev_subst_up_active_exit() argument
1875 mlme_vdev_subst_up_active_event(void * ctx,uint16_t event,uint16_t event_data_len,void * event_data) mlme_vdev_subst_up_active_event() argument
[all...]
/wlan-dirver/qcacld-3.0/components/dsc/test/
H A Dwlan_dsc_test.c394 #define trans_waiting(ctx) (!qdf_list_empty(&(ctx)->trans.queue)) argument
405 struct thread_ctx *ctx = context; in dsc_thread_ops() local
406 struct dsc_driver *driver = ctx->driver; in dsc_thread_ops()
413 step_assert(ctx->step, 1); in dsc_thread_ops()
417 step_assert(ctx->step, 2); in dsc_thread_ops()
420 qdf_event_set(&ctx->start_vdev_trans); in dsc_thread_ops()
434 step_assert(ctx->step, 8); in dsc_thread_ops()
450 struct thread_ctx *ctx = context; in dsc_thread_vdev_trans() local
451 struct dsc_driver *driver = ctx in dsc_thread_vdev_trans()
491 struct thread_ctx *ctx = context; dsc_thread_vdev_wait() local
516 struct thread_ctx *ctx = context; dsc_thread_psoc_wait() local
543 struct thread_ctx *ctx = context; dsc_thread_driver_wait() local
577 struct thread_ctx ctx = { 0 }; dsc_test_trans_wait() local
[all...]
/wlan-dirver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_hrtimer.h44 enum qdf_context_mode ctx; member
81 if (timer->ctx == QDF_CONTEXT_TASKLET) in __qdf_hrtimer_start()
94 if (timer->ctx == QDF_CONTEXT_HARDWARE) in __qdf_hrtimer_start()
96 else if (timer->ctx == QDF_CONTEXT_TASKLET) in __qdf_hrtimer_start()
120 if (timer->ctx == QDF_CONTEXT_HARDWARE) in __qdf_hrtimer_cancel()
122 else if (timer->ctx == QDF_CONTEXT_TASKLET) in __qdf_hrtimer_cancel()
143 * @ctx: interrupt context mode
154 enum qdf_context_mode ctx) in __qdf_hrtimer_init() argument
159 timer->ctx = ctx; in __qdf_hrtimer_init()
175 __qdf_hrtimer_init(__qdf_hrtimer_data_t * timer,void * cback,enum qdf_clock_id clock,enum qdf_hrtimer_mode mode,enum qdf_context_mode ctx) __qdf_hrtimer_init() argument
[all...]
H A Dqdf_defer.c35 __qdf_work_t *ctx = container_of(work, __qdf_work_t, work); in __qdf_defer_func() local
37 if (!ctx->fn) { in __qdf_defer_func()
42 ctx->fn(ctx->arg); in __qdf_defer_func()
48 __qdf_bh_t *ctx = (__qdf_bh_t *)arg; in __qdf_bh_func() local
50 if (!ctx->fn) { in __qdf_bh_func()
55 ctx->fn(ctx->arg); in __qdf_bh_func()
/wlan-dirver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c386 "NAPI[#ctx]CPU[#] |schedules |polls |completes |workdone"); in hif_print_napi_stats()
518 static void hif_exec_tasklet_schedule(struct hif_exec_context *ctx) in hif_exec_tasklet_schedule() argument
520 struct hif_tasklet_exec_context *t_ctx = hif_exec_get_tasklet(ctx); in hif_exec_tasklet_schedule()
729 * @ctx: a hif_exec_context known to be of napi type
731 static void hif_exec_napi_schedule(struct hif_exec_context *ctx) in hif_exec_napi_schedule() argument
733 struct hif_napi_exec_context *n_ctx = hif_exec_get_napi(ctx); in hif_exec_napi_schedule()
734 ctx->stats[smp_processor_id()].napi_schedules++; in hif_exec_napi_schedule()
741 * @ctx: a hif_exec_context known to be of napi type
743 static void hif_exec_napi_kill(struct hif_exec_context *ctx) in hif_exec_napi_kill() argument
745 struct hif_napi_exec_context *n_ctx = hif_exec_get_napi(ctx); in hif_exec_napi_kill()
772 struct hif_napi_exec_context *ctx; hif_exec_napi_create() local
801 hif_exec_tasklet_kill(struct hif_exec_context * ctx) hif_exec_tasklet_kill() argument
826 struct hif_tasklet_exec_context *ctx; hif_exec_tasklet_create() local
1133 hif_exec_destroy(struct hif_exec_context * ctx) hif_exec_destroy() argument
1205 hif_umac_reset_irq_handler(int irq,void * ctx) hif_umac_reset_irq_handler() argument
[all...]
H A Dhif_unit_test_suspend.c36 struct hif_ut_suspend_context *ctx = in hif_ut_fw_resume_work() local
39 QDF_BUG(ctx); in hif_ut_fw_resume_work()
40 if (!ctx) in hif_ut_fw_resume_work()
43 QDF_BUG(ctx->resume_callback); in hif_ut_fw_resume_work()
44 if (!ctx->resume_callback) in hif_ut_fw_resume_work()
47 ctx->resume_callback(); in hif_ut_fw_resume_work()
48 ctx->resume_callback = NULL; in hif_ut_fw_resume_work()
H A Dhif_exec.h144 hif_exec_get_napi(struct hif_exec_context *ctx) in hif_exec_get_napi() argument
146 return (struct hif_napi_exec_context *) ctx; in hif_exec_get_napi()
150 hif_exec_get_tasklet(struct hif_exec_context *ctx) in hif_exec_get_tasklet() argument
152 return (struct hif_tasklet_exec_context *) ctx; in hif_exec_get_tasklet()
158 void hif_exec_destroy(struct hif_exec_context *ctx);
/wlan-dirver/utils/sigma-dut/
H A Dutils.c416 void * nl80211_cmd(struct sigma_dut *dut, struct nl80211_ctx *ctx, in nl80211_cmd() argument
419 return genlmsg_put(msg, 0, 0, ctx->netlink_familyid, in nl80211_cmd()
425 nl80211_ifindex_msg(struct sigma_dut *dut, struct nl80211_ctx *ctx, int ifindex, in nl80211_ifindex_msg() argument
437 if (!nl80211_cmd(dut, ctx, msg, flags, cmd) || in nl80211_ifindex_msg()
447 struct nl_msg * nl80211_drv_msg(struct sigma_dut *dut, struct nl80211_ctx *ctx, in nl80211_drv_msg() argument
450 return nl80211_ifindex_msg(dut, ctx, ifindex, flags, cmd); in nl80211_drv_msg()
479 int send_and_recv_msgs(struct sigma_dut *dut, struct nl80211_ctx *ctx, in send_and_recv_msgs() argument
494 err = nl_send_auto_complete(ctx->sock, nlmsg); in send_and_recv_msgs()
512 int res = nl_recvmsgs(ctx->sock, cb); in send_and_recv_msgs()
539 struct nl80211_ctx *ctx; in nl80211_init() local
[all …]
/wlan-dirver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/inc/
H A Ddot11fdefs.h38 #define DOT11F_MEMCPY(ctx, dst, src, len) \ argument
42 #define DOT11F_MEMCMP(ctx, lhs, rhs, len) \ argument
50 #define FRAMES_SEV_FOR_FRAME(ctx, sig) \ argument
57 #define FRAMES_LOG0(ctx, sev, fmt) \ argument
60 #define FRAMES_LOG1(ctx, sev, fmt, p1) \ argument
63 #define FRAMES_LOG2(ctx, sev, fmt, p1, p2) \ argument
66 #define FRAMES_LOG3(ctx, sev, fmt, p1, p2, p3) \ argument
69 #define FRAMES_DUMP(ctx, sev, p, n) \ argument
/wlan-dirver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_security_utils.c643 tRC4Context ctx; in lim_rc4() local
652 ctx.i = ctx.j = 0; in lim_rc4()
654 ctx.sbox[i] = (uint8_t) i; in lim_rc4()
662 j = (uint8_t) (j + ctx.sbox[i] + seed[k]); in lim_rc4()
663 temp = ctx.sbox[i]; in lim_rc4()
664 ctx.sbox[i] = ctx.sbox[j]; in lim_rc4()
665 ctx.sbox[j] = temp; in lim_rc4()
673 uint8_t i = ctx in lim_rc4()
[all...]
/wlan-dirver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c188 hdd_cb_handle ctx = cb_obj->callback_ctx; in bbm_get_bus_bw_level_vote() local
198 if (!cb_obj->wlan_dp_sta_get_dot11mode(ctx, in bbm_get_bus_bw_level_vote()
209 if (!cb_obj->wlan_dp_get_ap_client_count(ctx, in bbm_get_bus_bw_level_vote()
223 if (!cb_obj->wlan_dp_sta_ndi_connected(ctx, in bbm_get_bus_bw_level_vote()
267 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; in bbm_apply_tput_policy() local
274 if (dp_ctx->dp_ops.dp_any_adapter_connected(ctx)) in bbm_apply_tput_policy()
333 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; in bbm_apply_non_persistent_policy() local
337 if (dp_ctx->dp_ops.dp_any_adapter_connected(ctx)) { in bbm_apply_non_persistent_policy()
540 struct dp_rtpm_tput_policy_context *ctx; in dp_rtpm_tput_policy_init() local
548 ctx in dp_rtpm_tput_policy_init()
557 struct dp_rtpm_tput_policy_context *ctx; dp_rtpm_tput_policy_deinit() local
578 struct dp_rtpm_tput_policy_context *ctx; dp_rtpm_tput_policy_prevent() local
592 struct dp_rtpm_tput_policy_context *ctx; dp_rtpm_tput_policy_allow() local
605 struct dp_rtpm_tput_policy_context *ctx; dp_rtpm_tput_policy_apply() local
642 struct dp_rtpm_tput_policy_context *ctx; dp_rtpm_tput_policy_get_vote() local
1073 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; wlan_dp_display_txrx_stats() local
1163 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; dp_display_periodic_stats() local
1506 hdd_cb_handle ctx = dp_ops->callback_ctx; dp_pld_request_bus_bandwidth() local
1894 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; __dp_bus_bw_work_handler() local
2077 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; dp_bus_bandwidth_init() local
2102 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; dp_bus_bandwidth_deinit() local
2152 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; dp_bus_bw_compute_timer_try_start() local
2171 hdd_cb_handle ctx; __dp_bus_bw_compute_timer_stop() local
2233 hdd_cb_handle ctx = dp_ctx->dp_ops.callback_ctx; dp_bus_bw_compute_timer_try_stop() local
[all...]
/wlan-dirver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_log_buffer.c27 struct hdd_sysfs_print_ctx ctx; in hdd_sysfs_log_buffer_show() local
29 ctx.buf = buf; in hdd_sysfs_log_buffer_show()
30 ctx.idx = 0; in hdd_sysfs_log_buffer_show()
31 ctx.new_line = true; in hdd_sysfs_log_buffer_show()
32 hdd_dump_log_buffer(&ctx, &hdd_sysfs_print); in hdd_sysfs_log_buffer_show()
33 return ctx.idx; in hdd_sysfs_log_buffer_show()
/wlan-dirver/qcacld-3.0/os_if/dp/src/
H A Dos_if_dp_lro.c64 qdf_lro_ctx_t ctx; in osif_dp_lro_rx() local
73 ctx = osif_dp_get_lro_ctx(skb); in osif_dp_lro_rx()
74 if (!ctx) { in osif_dp_lro_rx()
81 ctx->lro_mgr->dev = dev; in osif_dp_lro_rx()
82 if (qdf_lro_get_info(ctx, skb, &info, (void **)&lro_desc)) { in osif_dp_lro_rx()
95 lro_receive_skb_ext(ctx->lro_mgr, skb, NULL, in osif_dp_lro_rx()
99 qdf_lro_desc_free(ctx, lro_desc); in osif_dp_lro_rx()
103 qdf_lro_flush_pkt(ctx, &info); in osif_dp_lro_rx()
/wlan-dirver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_agile_sm.c
/wlan-dirver/qca-wifi-host-cmn/crypto/src/
H A Dwlan_crypto_aes_omac1.c
H A Dwlan_crypto_aes_ctr.c
H A Dwlan_crypto_aes_internal_enc.c
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_cal_client_api.h37 void (*iterate_update_peer_list)(struct cdp_pdev *ctx);
45 void dp_cal_client_timer_start(void *ctx);
46 void dp_cal_client_timer_stop(void *ctx);
63 void dp_cal_client_timer_start(void *ctx) in dp_cal_client_timer_start() argument
67 void dp_cal_client_timer_stop(void *ctx) in dp_cal_client_timer_stop() argument
/wlan-dirver/qcacld-3.0/core/pld/src/
H A Dpld_snoc_fw_sim.h53 const char *name, void *ctx) in pld_snoc_fw_sim_ce_request_irq() argument
59 unsigned int ce_id, void *ctx) in pld_snoc_fw_sim_ce_free_irq() argument
121 const char *name, void *ctx) in pld_snoc_fw_sim_ce_request_irq() argument
126 return icnss_ce_request_irq(dev, ce_id, handler, flags, name, ctx); in pld_snoc_fw_sim_ce_request_irq()
130 unsigned int ce_id, void *ctx) in pld_snoc_fw_sim_ce_free_irq() argument
135 return icnss_ce_free_irq(dev, ce_id, ctx); in pld_snoc_fw_sim_ce_free_irq()
/wlan-dirver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_cal_client_api.c76 * @ctx: cal client timer ctx
80 void dp_cal_client_timer_start(void *ctx) in dp_cal_client_timer_start() argument
84 if (ctx) { in dp_cal_client_timer_start()
85 cal_cl = (struct cal_client *)ctx; in dp_cal_client_timer_start()
93 * @ctx: cal client timer ctx
97 void dp_cal_client_timer_stop(void *ctx) in dp_cal_client_timer_stop() argument
101 if (ctx) { in dp_cal_client_timer_stop()
102 cal_cl = (struct cal_client *)ctx; in dp_cal_client_timer_stop()
115 dp_cal_client_stats_timer_fn(void * ctx) dp_cal_client_stats_timer_fn() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/inc/
H A Dwlan_sm_engine.h113 void (*wlan_sm_entry) (void *ctx);
114 void (*wlan_sm_exit) (void *ctx);
115 bool (*wlan_sm_event) (void *ctx, uint16_t event,
126 * @ctx: Holds the caller's context
138 void *ctx; member
161 * @ctx: caller pointer, used on invoking callbacks
174 struct wlan_sm *wlan_sm_create(const char *name, void *ctx,
/wlan-dirver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_cmn.c84 QDF_STATUS mlo_reg_mlme_ext_cb(struct mlo_mgr_context *ctx, in mlo_reg_mlme_ext_cb() argument
87 if (!ctx) in mlo_reg_mlme_ext_cb()
90 ctx->mlme_ops = ops; in mlo_reg_mlme_ext_cb()
94 QDF_STATUS mlo_unreg_mlme_ext_cb(struct mlo_mgr_context *ctx) in mlo_unreg_mlme_ext_cb() argument
96 if (!ctx) in mlo_unreg_mlme_ext_cb()
99 ctx->mlme_ops = NULL; in mlo_unreg_mlme_ext_cb()
611 if (req->ctx.validate_set_mlo_link_cb) { in mlo_link_set_active()
612 status = req->ctx.validate_set_mlo_link_cb(psoc, param); in mlo_link_set_active()
616 if (req->ctx.set_mlo_link_cb) in mlo_link_set_active()
617 req->ctx in mlo_link_set_active()
[all...]

123456