Searched refs:group_start_idx (Results 1 – 1 of 1) sorted by relevance
334 unsigned int group_start_idx; in sfc_sw_stat_get_val() local345 group_start_idx = sw_stat_idx; in sfc_sw_stat_get_val()346 while (sw_stats->supp[group_start_idx].descr->get_val == NULL) in sfc_sw_stat_get_val()347 group_start_idx--; in sfc_sw_stat_get_val()359 group_size += sw_stat_idx - group_start_idx; in sfc_sw_stat_get_val()362 sw_stats->supp[group_start_idx].descr->get_val(sa, qid, values, in sfc_sw_stat_get_val()364 for (i = group_start_idx; i < (group_start_idx + group_size); i++) in sfc_sw_stat_get_val()365 sw_stats->supp[i].cache[qid] = values[i - group_start_idx]; in sfc_sw_stat_get_val()