Searched refs:dump_info (Results 1 – 1 of 1) sorted by relevance
37 struct uc_rt_debug_info *dump_info = NULL; in wlan_ipa_uc_rt_debug_host_fill() local43 dump_info = &ipa_ctx->rt_bug_buffer[ in wlan_ipa_uc_rt_debug_host_fill()46 dump_info->time = (uint64_t)qdf_mc_timer_get_system_time(); in wlan_ipa_uc_rt_debug_host_fill()47 dump_info->ipa_excep_count = ipa_ctx->stats.num_rx_excep; in wlan_ipa_uc_rt_debug_host_fill()48 dump_info->rx_drop_count = ipa_ctx->ipa_rx_internal_drop_count; in wlan_ipa_uc_rt_debug_host_fill()49 dump_info->net_sent_count = ipa_ctx->ipa_rx_net_send_count; in wlan_ipa_uc_rt_debug_host_fill()50 dump_info->tx_fwd_count = ipa_ctx->ipa_tx_forward; in wlan_ipa_uc_rt_debug_host_fill()51 dump_info->tx_fwd_ok_count = ipa_ctx->stats.num_tx_fwd_ok; in wlan_ipa_uc_rt_debug_host_fill()52 dump_info->rx_discard_count = ipa_ctx->ipa_rx_discard; in wlan_ipa_uc_rt_debug_host_fill()53 dump_info->rx_destructor_call = ipa_ctx->ipa_rx_destructor_count; in wlan_ipa_uc_rt_debug_host_fill()[all …]