Searched refs:rt_debug_fill_timer (Results 1 – 2 of 2) sorted by relevance
57 qdf_mc_timer_start(&ipa_ctx->rt_debug_fill_timer, in wlan_ipa_uc_rt_debug_host_fill()155 qdf_mc_timer_get_current_state(&ipa_ctx->rt_debug_fill_timer)) { in wlan_ipa_uc_rt_debug_deinit()156 qdf_mc_timer_stop(&ipa_ctx->rt_debug_fill_timer); in wlan_ipa_uc_rt_debug_deinit()158 qdf_mc_timer_destroy(&ipa_ctx->rt_debug_fill_timer); in wlan_ipa_uc_rt_debug_deinit()186 qdf_mc_timer_init(&ipa_ctx->rt_debug_fill_timer, QDF_TIMER_TYPE_SW, in wlan_ipa_uc_rt_debug_init()188 qdf_mc_timer_start(&ipa_ctx->rt_debug_fill_timer, in wlan_ipa_uc_rt_debug_init()327 &ipa_ctx->rt_debug_fill_timer, in wlan_ipa_dump_ipa_ctx()
733 qdf_mc_timer_t rt_debug_fill_timer; member