Searched refs:ocelot_mact_learn (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/mscc/ |
| D | ocelot.h | 92 int ocelot_mact_learn(struct ocelot *ocelot, int port,
|
| D | ocelot_net.c | 223 ocelot_mact_learn(ocelot, PGID_CPU, dev->dev_addr, vid, in ocelot_vlan_vid_add() 421 return ocelot_mact_learn(ocelot, PGID_CPU, addr, ocelot_port->pvid, in ocelot_mc_sync() 465 ocelot_mact_learn(ocelot, PGID_CPU, addr->sa_data, ocelot_port->pvid, in ocelot_port_set_mac_address() 1077 ocelot_mact_learn(ocelot, PGID_CPU, dev->dev_addr, ocelot_port->pvid, in ocelot_probe_port()
|
| D | ocelot.c | 59 int ocelot_mact_learn(struct ocelot *ocelot, int port, in ocelot_mact_learn() function 74 EXPORT_SYMBOL(ocelot_mact_learn); 565 return ocelot_mact_learn(ocelot, pgid, addr, vid, ENTRYTYPE_LOCKED); in ocelot_fdb_add() 1061 return ocelot_mact_learn(ocelot, mc->pgid, addr, vid, entry_type); in ocelot_port_mdb_add() 1098 return ocelot_mact_learn(ocelot, mc->pgid, addr, vid, entry_type); in ocelot_port_mdb_del()
|