Searched refs:history_cnt_6g (Results 1 – 4 of 4) sorted by relevance
233 rg->history_6g[rg->history_cnt_6g].code = domain; in _history_log_6g()234 rg->history_6g[rg->history_cnt_6g].reason = reason; in _history_log_6g()235 rg->history_cnt_6g++; in _history_log_6g()236 if (rg->history_cnt_6g >= MAX_HISTORY_NUM) in _history_log_6g()237 rg->history_cnt_6g = 0; in _history_log_6g()
82 u8 history_cnt_6g; member