Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_credit_history.c41 static uint32_t g_htc_credit_history_idx; variable
77 g_htc_credit_history_idx = 0; in htc_credit_history_init()
85 &g_htc_credit_history_idx, in htc_credit_history_init()
86 sizeof(g_htc_credit_history_idx)); in htc_credit_history_init()
111 if (g_htc_credit_history_idx >= HTC_CREDIT_HISTORY_MAX) in htc_credit_record()
112 g_htc_credit_history_idx = 0; in htc_credit_record()
114 htc_credit_history_buffer[g_htc_credit_history_idx].type = type; in htc_credit_record()
115 htc_credit_history_buffer[g_htc_credit_history_idx].time = in htc_credit_record()
117 htc_credit_history_buffer[g_htc_credit_history_idx].tx_credit = in htc_credit_record()
119 htc_credit_history_buffer[g_htc_credit_history_idx].htc_tx_queue_depth = in htc_credit_record()
[all …]