Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c439 static struct qm_typical_qos_table shaper_cir_s[] = { variable
1168 int table_size = ARRAY_SIZE(shaper_cir_s); in acc_shaper_calc_cir_s()
1172 if (ir >= shaper_cir_s[i].start && ir <= shaper_cir_s[i].end) in acc_shaper_calc_cir_s()
1173 return shaper_cir_s[i].val; in acc_shaper_calc_cir_s()