Lines Matching refs:pgid
618 int pgid = port; in ocelot_fdb_add() local
621 pgid = PGID_CPU; in ocelot_fdb_add()
637 return ocelot_mact_learn(ocelot, pgid, addr, vid, ENTRYTYPE_LOCKED); in ocelot_fdb_add()
1036 int pgid; in ocelot_mdb_get_pgid() local
1047 for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) { in ocelot_mdb_get_pgid()
1052 if (mc->pgid == pgid) { in ocelot_mdb_get_pgid()
1059 return pgid; in ocelot_mdb_get_pgid()
1101 int pgid = ocelot_mdb_get_pgid(ocelot, entry_type); in ocelot_port_mdb_add() local
1103 if (pgid < 0) { in ocelot_port_mdb_add()
1116 mc->pgid = pgid; in ocelot_port_mdb_add()
1130 return ocelot_mact_learn(ocelot, mc->pgid, addr, vid, entry_type); in ocelot_port_mdb_add()
1167 return ocelot_mact_learn(ocelot, mc->pgid, addr, vid, entry_type); in ocelot_port_mdb_del()