Home
last modified time | relevance | path

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

12

/linux-6.1.9/net/dsa/
Ddsa_priv.h82 const struct switchdev_obj_port_mdb *mdb;
262 const struct switchdev_obj_port_mdb *mdb);
264 const struct switchdev_obj_port_mdb *mdb);
266 const struct switchdev_obj_port_mdb *mdb);
268 const struct switchdev_obj_port_mdb *mdb);
270 const struct switchdev_obj_port_mdb *mdb);
272 const struct switchdev_obj_port_mdb *mdb);
Dport.c1164 const struct switchdev_obj_port_mdb *mdb) in dsa_port_mdb_add()
1182 const struct switchdev_obj_port_mdb *mdb) in dsa_port_mdb_del()
1200 const struct switchdev_obj_port_mdb *mdb, in dsa_port_host_mdb_add()
1216 const struct switchdev_obj_port_mdb *mdb) in dsa_port_standalone_host_mdb_add()
1227 const struct switchdev_obj_port_mdb *mdb) in dsa_port_bridge_host_mdb_add()
1244 const struct switchdev_obj_port_mdb *mdb, in dsa_port_host_mdb_del()
1260 const struct switchdev_obj_port_mdb *mdb) in dsa_port_standalone_host_mdb_del()
1271 const struct switchdev_obj_port_mdb *mdb) in dsa_port_bridge_host_mdb_del()
Dswitch.c153 const struct switchdev_obj_port_mdb *mdb, in dsa_port_do_mdb_add()
198 const struct switchdev_obj_port_mdb *mdb, in dsa_port_do_mdb_del()
Ddsa.c501 const struct switchdev_obj_port_mdb *mdb, in dsa_mdb_present_in_other_db()
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/
Dlan966x_mdb.c73 const struct switchdev_obj_port_mdb *mdb) in lan966x_mdb_entry_add()
106 const struct switchdev_obj_port_mdb *mdb, in lan966x_mdb_ip_add()
141 const struct switchdev_obj_port_mdb *mdb, in lan966x_mdb_ip_del()
249 const struct switchdev_obj_port_mdb *mdb, in lan966x_mdb_l2_add()
298 const struct switchdev_obj_port_mdb *mdb, in lan966x_mdb_l2_del()
367 const struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in lan966x_handle_port_mdb_add()
384 const struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in lan966x_handle_port_mdb_del()
/linux-6.1.9/drivers/net/dsa/microchip/
Dksz8.h36 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
38 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
Dksz9477.h49 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
51 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
Dksz_common.h315 const struct switchdev_obj_port_mdb *mdb,
318 const struct switchdev_obj_port_mdb *mdb,
Dksz9477.c660 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz9477_mdb_add()
739 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz9477_mdb_del()
Dksz8795.c931 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz8_mdb_add()
974 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz8_mdb_del()
/linux-6.1.9/drivers/net/ethernet/ti/
Dam65-cpsw-switchdev.c256 struct switchdev_obj_port_mdb *mdb) in am65_cpsw_port_mdb_add()
279 struct switchdev_obj_port_mdb *mdb) in am65_cpsw_port_mdb_del()
306 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in am65_cpsw_port_obj_add()
332 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in am65_cpsw_port_obj_del()
Dcpsw_switchdev.c264 struct switchdev_obj_port_mdb *mdb) in cpsw_port_mdb_add()
287 struct switchdev_obj_port_mdb *mdb) in cpsw_port_mdb_del()
314 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in cpsw_port_obj_add()
341 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in cpsw_port_obj_del()
/linux-6.1.9/net/bridge/
Dbr_switchdev.c514 static void br_switchdev_mdb_populate(struct switchdev_obj_port_mdb *mdb, in br_switchdev_mdb_populate()
534 struct switchdev_obj_port_mdb mdb = { in br_switchdev_host_mdb_one()
566 const struct switchdev_obj_port_mdb *mdb, in br_switchdev_mdb_replay_one()
589 struct switchdev_obj_port_mdb *mdb; in br_switchdev_mdb_queue_one()
609 struct switchdev_obj_port_mdb mdb = { in br_switchdev_mdb_notify()
/linux-6.1.9/include/net/
Dswitchdev.h113 struct switchdev_obj_port_mdb { struct
120 container_of((OBJ), struct switchdev_obj_port_mdb, obj) argument
Ddsa.h1060 const struct switchdev_obj_port_mdb *mdb,
1063 const struct switchdev_obj_port_mdb *mdb,
1301 const struct switchdev_obj_port_mdb *mdb,
/linux-6.1.9/drivers/net/dsa/b53/
Db53_priv.h372 const struct switchdev_obj_port_mdb *mdb,
375 const struct switchdev_obj_port_mdb *mdb,
/linux-6.1.9/drivers/net/dsa/qca/
Dqca8k.h486 const struct switchdev_obj_port_mdb *mdb,
489 const struct switchdev_obj_port_mdb *mdb,
Dqca8k-common.c843 const struct switchdev_obj_port_mdb *mdb, in qca8k_port_mdb_add()
854 const struct switchdev_obj_port_mdb *mdb, in qca8k_port_mdb_del()
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c515 const struct switchdev_obj_port_mdb *v) in sparx5_handle_port_mdb_add()
572 const struct switchdev_obj_port_mdb *v) in sparx5_handle_port_mdb_del()
/linux-6.1.9/net/switchdev/
Dswitchdev.c185 return sizeof(struct switchdev_obj_port_mdb); in switchdev_obj_size()
187 return sizeof(struct switchdev_obj_port_mdb); in switchdev_obj_size()
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera_switchdev.c1574 prestera_mdb_port_addr_obj_add(const struct switchdev_obj_port_mdb *mdb) in prestera_mdb_port_addr_obj_add()
1630 const struct switchdev_obj_port_mdb *mdb; in prestera_port_obj_add()
1675 const struct switchdev_obj_port_mdb *mdb) in prestera_mdb_port_addr_obj_del()
1722 const struct switchdev_obj_port_mdb *mdb; in prestera_port_obj_del()
/linux-6.1.9/drivers/net/dsa/
Dlan9303-core.c1237 const struct switchdev_obj_port_mdb *mdb) in lan9303_port_mdb_prepare()
1254 const struct switchdev_obj_port_mdb *mdb, in lan9303_port_mdb_add()
1270 const struct switchdev_obj_port_mdb *mdb, in lan9303_port_mdb_del()
/linux-6.1.9/include/soc/mscc/
Docelot.h1225 const struct switchdev_obj_port_mdb *mdb,
1228 const struct switchdev_obj_port_mdb *mdb,
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_net.c1111 const struct switchdev_obj_port_mdb *mdb) in ocelot_port_obj_add_mdb()
1122 const struct switchdev_obj_port_mdb *mdb) in ocelot_port_obj_del_mdb()
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c852 const struct switchdev_obj_port_mdb *mdb, in felix_mdb_add()
872 const struct switchdev_obj_port_mdb *mdb, in felix_mdb_del()

12