Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c447 static struct qm_typical_qos_table shaper_cbs_s[] = { variable
1155 int table_size = ARRAY_SIZE(shaper_cbs_s); in acc_shaper_calc_cbs_s()
1159 if (ir >= shaper_cbs_s[i].start && ir <= shaper_cbs_s[i].end) in acc_shaper_calc_cbs_s()
1160 return shaper_cbs_s[i].val; in acc_shaper_calc_cbs_s()