Searched refs:mod_table (Results 1 – 2 of 2) sorted by relevance
34 const int mod_table[] = {0, 2, 1};35 - for (int i = 0; i < mod_table[input_length % 3]; i++)36 + for (i = 0; i < mod_table[input_length % 3]; i++)
91 static struct enic_intr_mod_table mod_table[ENIC_MAX_COALESCE_TIMERS + 1] = { variable1489 if (traffic < mod_table[index].rx_rate) in enic_calc_int_moderation()1496 mod_table[index].range_percent / 100); in enic_calc_int_moderation()