Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_police.c29 u32 pbs_max = 0, cbs_max = 0; in qos_policer_conf_set() local
71 pbs_max = 60; /* Limit burst size */ in qos_policer_conf_set()
81 pbs_max = GENMASK(6, 0); /* Limit burst size */ in qos_policer_conf_set()
92 pbs_max = 61; /* Limit burst size */ in qos_policer_conf_set()
118 if (pbs > pbs_max) { in qos_policer_conf_set()
121 pol_ix, pbs, pbs_max); in qos_policer_conf_set()