Searched refs:shaper_cir_s (Results 1 – 1 of 1) sorted by relevance
439 static struct qm_typical_qos_table shaper_cir_s[] = { variable1169 int table_size = ARRAY_SIZE(shaper_cir_s); in acc_shaper_calc_cir_s()1173 if (ir >= shaper_cir_s[i].start && ir <= shaper_cir_s[i].end) in acc_shaper_calc_cir_s()1174 return shaper_cir_s[i].val; in acc_shaper_calc_cir_s()