Home
last modified time | relevance | path

Searched refs:rt_buf_fill_index (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_stats.c44 ipa_ctx->rt_buf_fill_index % WLAN_IPA_UC_RT_DEBUG_BUF_COUNT]; in wlan_ipa_uc_rt_debug_host_fill()
54 ipa_ctx->rt_buf_fill_index++; in wlan_ipa_uc_rt_debug_host_fill()
80 dump_index = (ipa_ctx->rt_buf_fill_index + dump_count) % in wlan_ipa_uc_rt_debug_host_dump()
170 ipa_ctx->rt_buf_fill_index = 0; in wlan_ipa_uc_rt_debug_init()
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_priv.h727 unsigned int rt_buf_fill_index; member