Searched refs:pol_list (Results 1 – 2 of 2) sorted by relevance
906 list_for_each_entry(tmp, &ocelot->vcap_pol.pol_list, list) in ocelot_vcap_policer_add()924 list_add_tail(&tmp->list, &ocelot->vcap_pol.pol_list); in ocelot_vcap_policer_add()936 list_for_each_entry_safe(tmp, n, &ocelot->vcap_pol.pol_list, list) in ocelot_vcap_policer_del()1429 INIT_LIST_HEAD(&ocelot->vcap_pol.pol_list); in ocelot_vcap_init()
671 struct list_head pol_list; member