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()
1039 int pgid; in ocelot_mdb_get_pgid() local
1050 for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) { in ocelot_mdb_get_pgid()
1055 if (mc->pgid == pgid) { in ocelot_mdb_get_pgid()
1062 return pgid; in ocelot_mdb_get_pgid()
1104 int pgid = ocelot_mdb_get_pgid(ocelot, entry_type); in ocelot_port_mdb_add() local
1106 if (pgid < 0) { in ocelot_port_mdb_add()
1119 mc->pgid = pgid; in ocelot_port_mdb_add()
1133 return ocelot_mact_learn(ocelot, mc->pgid, addr, vid, entry_type); in ocelot_port_mdb_add()
1170 return ocelot_mact_learn(ocelot, mc->pgid, addr, vid, entry_type); in ocelot_port_mdb_del()