Home
last modified time | relevance | path

Searched refs:switchdev_obj_port_mdb (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.15/net/dsa/
Ddsa_priv.h71 const struct switchdev_obj_port_mdb *mdb;
235 const struct switchdev_obj_port_mdb *mdb);
237 const struct switchdev_obj_port_mdb *mdb);
239 const struct switchdev_obj_port_mdb *mdb);
241 const struct switchdev_obj_port_mdb *mdb);
Dport.c819 const struct switchdev_obj_port_mdb *mdb) in dsa_port_mdb_add()
831 const struct switchdev_obj_port_mdb *mdb) in dsa_port_mdb_del()
843 const struct switchdev_obj_port_mdb *mdb) in dsa_port_host_mdb_add()
861 const struct switchdev_obj_port_mdb *mdb) in dsa_port_host_mdb_del()
Dswitch.c213 const struct switchdev_obj_port_mdb *mdb) in dsa_switch_do_mdb_add()
248 const struct switchdev_obj_port_mdb *mdb) in dsa_switch_do_mdb_del()
/Linux-v5.15/drivers/net/ethernet/ti/
Dam65-cpsw-switchdev.c260 struct switchdev_obj_port_mdb *mdb) in am65_cpsw_port_mdb_add()
283 struct switchdev_obj_port_mdb *mdb) in am65_cpsw_port_mdb_del()
310 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in am65_cpsw_port_obj_add()
336 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in am65_cpsw_port_obj_del()
Dcpsw_switchdev.c268 struct switchdev_obj_port_mdb *mdb) in cpsw_port_mdb_add()
291 struct switchdev_obj_port_mdb *mdb) in cpsw_port_mdb_del()
318 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in cpsw_port_obj_add()
345 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in cpsw_port_obj_del()
/Linux-v5.15/include/net/
Dswitchdev.h90 struct switchdev_obj_port_mdb { struct
97 container_of((OBJ), struct switchdev_obj_port_mdb, obj) argument
Ddsa.h759 const struct switchdev_obj_port_mdb *mdb);
761 const struct switchdev_obj_port_mdb *mdb);
/Linux-v5.15/drivers/net/dsa/microchip/
Dksz_common.h169 const struct switchdev_obj_port_mdb *mdb);
171 const struct switchdev_obj_port_mdb *mdb);
Dksz_common.c248 const struct switchdev_obj_port_mdb *mdb) in ksz_port_mdb_add()
293 const struct switchdev_obj_port_mdb *mdb) in ksz_port_mdb_del()
Dksz9477.c785 const struct switchdev_obj_port_mdb *mdb) in ksz9477_port_mdb_add()
860 const struct switchdev_obj_port_mdb *mdb) in ksz9477_port_mdb_del()
/Linux-v5.15/drivers/net/dsa/b53/
Db53_priv.h371 const struct switchdev_obj_port_mdb *mdb);
373 const struct switchdev_obj_port_mdb *mdb);
Db53_common.c1822 const struct switchdev_obj_port_mdb *mdb) in b53_mdb_add()
1837 const struct switchdev_obj_port_mdb *mdb) in b53_mdb_del()
/Linux-v5.15/net/bridge/
Dbr_mdb.c588 static void br_switchdev_mdb_populate(struct switchdev_obj_port_mdb *mdb, in br_switchdev_mdb_populate()
604 const struct switchdev_obj_port_mdb *mdb, in br_mdb_replay_one()
627 struct switchdev_obj_port_mdb *mdb; in br_mdb_queue_one()
732 struct switchdev_obj_port_mdb mdb = { in br_mdb_switchdev_host_port()
768 struct switchdev_obj_port_mdb mdb = { in br_mdb_notify()
/Linux-v5.15/net/switchdev/
Dswitchdev.c184 return sizeof(struct switchdev_obj_port_mdb); in switchdev_obj_size()
186 return sizeof(struct switchdev_obj_port_mdb); in switchdev_obj_size()
/Linux-v5.15/drivers/net/dsa/
Dlan9303-core.c1223 const struct switchdev_obj_port_mdb *mdb) in lan9303_port_mdb_prepare()
1240 const struct switchdev_obj_port_mdb *mdb) in lan9303_port_mdb_add()
1255 const struct switchdev_obj_port_mdb *mdb) in lan9303_port_mdb_del()
Dmt7530.c1411 const struct switchdev_obj_port_mdb *mdb) in mt7530_port_mdb_add()
1437 const struct switchdev_obj_port_mdb *mdb) in mt7530_port_mdb_del()
/Linux-v5.15/include/soc/mscc/
Docelot.h804 const struct switchdev_obj_port_mdb *mdb);
806 const struct switchdev_obj_port_mdb *mdb);
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c657 const struct switchdev_obj_port_mdb *mdb) in felix_mdb_add()
665 const struct switchdev_obj_port_mdb *mdb) in felix_mdb_del()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c965 const struct switchdev_obj_port_mdb *mdb) in ocelot_port_obj_add_mdb()
976 const struct switchdev_obj_port_mdb *mdb) in ocelot_port_obj_del_mdb()
Docelot.c1569 const struct switchdev_obj_port_mdb *mdb) in ocelot_port_mdb_add()
1625 const struct switchdev_obj_port_mdb *mdb) in ocelot_port_mdb_del()
/Linux-v5.15/drivers/net/dsa/sja1105/
Dsja1105_main.c1855 const struct switchdev_obj_port_mdb *mdb) in sja1105_mdb_add()
1861 const struct switchdev_obj_port_mdb *mdb) in sja1105_mdb_del()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c1808 const struct switchdev_obj_port_mdb *mdb) in dpaa2_switch_port_mdb_add()
1925 const struct switchdev_obj_port_mdb *mdb) in dpaa2_switch_port_mdb_del()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1690 const struct switchdev_obj_port_mdb *mdb) in mlxsw_sp_port_mdb_add()
1878 const struct switchdev_obj_port_mdb *mdb) in mlxsw_sp_port_mdb_del()
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dchip.c5783 const struct switchdev_obj_port_mdb *mdb) in mv88e6xxx_port_mdb_add()
5797 const struct switchdev_obj_port_mdb *mdb) in mv88e6xxx_port_mdb_del()