Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_credit_history.c44 struct HTC_CREDIT_HISTORY htc_credit_history_buffer[HTC_CREDIT_HISTORY_MAX];
111 if (g_htc_credit_history_idx >= HTC_CREDIT_HISTORY_MAX) in htc_credit_record()
136 if (count > HTC_CREDIT_HISTORY_MAX) in htc_print_credit_history()
137 count = HTC_CREDIT_HISTORY_MAX; in htc_print_credit_history()
142 idx = HTC_CREDIT_HISTORY_MAX + g_htc_credit_history_idx - count; in htc_print_credit_history()
143 idx %= HTC_CREDIT_HISTORY_MAX; in htc_print_credit_history()
162 if (idx >= HTC_CREDIT_HISTORY_MAX) in htc_print_credit_history()
191 if (count > HTC_CREDIT_HISTORY_MAX) in htc_log_hang_credit_history()
192 count = HTC_CREDIT_HISTORY_MAX; in htc_log_hang_credit_history()
196 idx = HTC_CREDIT_HISTORY_MAX + g_htc_credit_history_idx - count; in htc_log_hang_credit_history()
[all …]
H A Dhtc_internal.h88 #ifndef HTC_CREDIT_HISTORY_MAX
89 #define HTC_CREDIT_HISTORY_MAX 1024 macro
/wlan-driver/qcacld-3.0/configs/
H A Dconfig_to_feature.h2307 #define HTC_CREDIT_HISTORY_MAX (CONFIG_CFG_NUM_HTC_CREDIT_HISTORY) macro