Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c554 static struct qm_typical_qos_table shaper_cir_s[] = { variable
1262 int table_size = ARRAY_SIZE(shaper_cir_s); in acc_shaper_calc_cir_s()
1266 if (ir >= shaper_cir_s[i].start && ir <= shaper_cir_s[i].end) in acc_shaper_calc_cir_s()
1267 return shaper_cir_s[i].val; in acc_shaper_calc_cir_s()