Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_flower.c241 u32 pol_ix, pol_max; in ocelot_flower_parse_action() local
341 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()