Home
last modified time | relevance | path

Searched refs:ENTRYTYPE_LOCKED (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c129 WARN_ON(type != ENTRYTYPE_NORMAL && type != ENTRYTYPE_LOCKED); in lan966x_mac_learn()
139 WARN_ON(type != ENTRYTYPE_NORMAL && type != ENTRYTYPE_LOCKED); in lan966x_mac_learn_locked()
177 return lan966x_mac_learn(lan966x, PGID_CPU, addr, vid, ENTRYTYPE_LOCKED); in lan966x_mac_cpu_learn()
182 return lan966x_mac_forget(lan966x, addr, vid, ENTRYTYPE_LOCKED); in lan966x_mac_cpu_forget()
309 lan966x_mac_learn(lan966x, port->chip_port, addr, vid, ENTRYTYPE_LOCKED); in lan966x_mac_add_entry()
326 ENTRYTYPE_LOCKED); in lan966x_mac_del_entry()
349 ENTRYTYPE_LOCKED); in lan966x_mac_lag_replace_port_entry()
353 ENTRYTYPE_LOCKED); in lan966x_mac_lag_replace_port_entry()
372 ENTRYTYPE_LOCKED); in lan966x_mac_lag_remove_port_entry()
389 mac_entry->vid, ENTRYTYPE_LOCKED); in lan966x_mac_purge_entries()
H A Dlan966x_mdb.c361 return ENTRYTYPE_LOCKED; in lan966x_mdb_classify()
H A Dlan966x_main.c425 return lan966x_mac_forget(lan966x, addr, HOST_PVID, ENTRYTYPE_LOCKED); in lan966x_mc_unsync()
825 ENTRYTYPE_LOCKED); in lan966x_probe_port()
H A Dlan966x_main.h132 ENTRYTYPE_LOCKED, enumerator
/linux/drivers/net/ethernet/mscc/
H A Docelot_mrp.c110 OCELOT_STANDALONE_PVID, ENTRYTYPE_LOCKED); in ocelot_mrp_save_mac()
112 OCELOT_STANDALONE_PVID, ENTRYTYPE_LOCKED); in ocelot_mrp_save_mac()
H A Docelot_net.c507 ENTRYTYPE_LOCKED); in ocelot_vlan_vid_add()
679 w.learn.entry_type = ENTRYTYPE_LOCKED; in ocelot_mc_sync()
712 OCELOT_STANDALONE_PVID, ENTRYTYPE_LOCKED); in ocelot_port_set_mac_address()
1816 OCELOT_STANDALONE_PVID, ENTRYTYPE_LOCKED); in ocelot_probe_port()
H A Docelot.c1261 return ocelot_mact_learn(ocelot, port, addr, vid, ENTRYTYPE_LOCKED); in ocelot_fdb_add()
1386 is_static = (entry.type == ENTRYTYPE_LOCKED); in ocelot_fdb_dump()
1794 return ENTRYTYPE_LOCKED; in ocelot_classify_mdb()
2237 ENTRYTYPE_LOCKED); in ocelot_migrate_lag_fdbs()
2332 err = ocelot_mact_learn(ocelot, lag, addr, vid, ENTRYTYPE_LOCKED); in ocelot_lag_fdb_add()
/linux/include/soc/mscc/
H A Docelot.h729 ENTRYTYPE_LOCKED, enumerator
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1817 type = ENTRYTYPE_LOCKED; in vsc9959_mact_stream_set()