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

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c241 u32 pol_ix, pol_max; local
341 pol_max = ocelot->vcap_pol.max;
343 if (ocelot->vcap_pol.max2 && pol_ix > pol_max) {
344 pol_ix += ocelot->vcap_pol.base2 - pol_max - 1;
345 pol_max = ocelot->vcap_pol.max2;
348 if (pol_ix >= pol_max)

Completed in 121 milliseconds