Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot_vcap.c907 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()
/linux-6.12.1/include/soc/mscc/
Docelot.h671 struct list_head pol_list; member