Searched refs:vcap_pol (Results 1 – 5 of 5) sorted by relevance
366 pol_ix = a->hw_index + ocelot->vcap_pol.base; in ocelot_flower_parse_action()367 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()
349 ocelot->vcap_pol.base = VSC7514_VCAP_POLICER_BASE; in mscc_ocelot_probe()350 ocelot->vcap_pol.max = VSC7514_VCAP_POLICER_MAX; in mscc_ocelot_probe()
907 list_for_each_entry(tmp, &ocelot->vcap_pol.pol_list, list) in ocelot_vcap_policer_add()925 list_add_tail(&tmp->list, &ocelot->vcap_pol.pol_list); in ocelot_vcap_policer_add()937 list_for_each_entry_safe(tmp, n, &ocelot->vcap_pol.pol_list, list) in ocelot_vcap_policer_del()1430 INIT_LIST_HEAD(&ocelot->vcap_pol.pol_list); in ocelot_vcap_init()
1533 ocelot->vcap_pol.base = felix->info->vcap_pol_base; in felix_init_structs()1534 ocelot->vcap_pol.max = felix->info->vcap_pol_max; in felix_init_structs()1535 ocelot->vcap_pol.base2 = felix->info->vcap_pol_base2; in felix_init_structs()1536 ocelot->vcap_pol.max2 = felix->info->vcap_pol_max2; in felix_init_structs()
860 struct ocelot_vcap_policer vcap_pol; member