Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c1884 list_add_tail(&pgid->list, &ocelot->pgids); in ocelot_pgid_alloc()
1913 list_for_each_entry(pgid, &ocelot->pgids, list) { in ocelot_mdb_get_pgid()
1927 list_for_each_entry(pgid, &ocelot->pgids, list) { in ocelot_mdb_get_pgid()
3019 INIT_LIST_HEAD(&ocelot->pgids); in ocelot_init()
/openbmc/linux/include/soc/mscc/
H A Docelot.h847 struct list_head pgids; member