Home
last modified time | relevance | path

Searched refs:dump_count (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_stats.c63 unsigned int dump_count; in wlan_ipa_uc_rt_debug_host_dump() local
77 for (dump_count = 0; in wlan_ipa_uc_rt_debug_host_dump()
78 dump_count < WLAN_IPA_UC_RT_DEBUG_BUF_COUNT; in wlan_ipa_uc_rt_debug_host_dump()
79 dump_count++) { in wlan_ipa_uc_rt_debug_host_dump()
80 dump_index = (ipa_ctx->rt_buf_fill_index + dump_count) % in wlan_ipa_uc_rt_debug_host_dump()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h180 uint16_t dump_count; member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c294 g_qdf_trace_data.dump_count = DEFAULT_QDF_TRACE_DUMP_COUNT; in qdf_trace_init()