Searched refs:pol_max (Results 1 – 1 of 1) sorted by relevance
267 u32 pol_ix, pol_max; in ocelot_flower_parse_action() local367 pol_max = ocelot->vcap_pol.max; in ocelot_flower_parse_action()369 if (ocelot->vcap_pol.max2 && pol_ix > pol_max) { in ocelot_flower_parse_action()370 pol_ix += ocelot->vcap_pol.base2 - pol_max - 1; in ocelot_flower_parse_action()371 pol_max = ocelot->vcap_pol.max2; in ocelot_flower_parse_action()374 if (pol_ix >= pol_max) in ocelot_flower_parse_action()
Completed in 6 milliseconds