Searched refs:pol_max (Results 1 – 1 of 1) sorted by relevance
241 u32 pol_ix, pol_max; in ocelot_flower_parse_action() local341 pol_max = ocelot->vcap_pol.max; in ocelot_flower_parse_action()343 if (ocelot->vcap_pol.max2 && pol_ix > pol_max) { in ocelot_flower_parse_action()344 pol_ix += ocelot->vcap_pol.base2 - pol_max - 1; in ocelot_flower_parse_action()345 pol_max = ocelot->vcap_pol.max2; in ocelot_flower_parse_action()348 if (pol_ix >= pol_max) in ocelot_flower_parse_action()