Home
last modified time | relevance | path

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

12

/linux-6.12.1/net/dsa/
Dport.h14 struct switchdev_obj_port_mdb;
67 const struct switchdev_obj_port_mdb *mdb);
69 const struct switchdev_obj_port_mdb *mdb);
71 const struct switchdev_obj_port_mdb *mdb);
73 const struct switchdev_obj_port_mdb *mdb);
75 const struct switchdev_obj_port_mdb *mdb);
77 const struct switchdev_obj_port_mdb *mdb);
Dswitch.h72 const struct switchdev_obj_port_mdb *mdb;
Dport.c1170 const struct switchdev_obj_port_mdb *mdb) in dsa_port_mdb_add()
1188 const struct switchdev_obj_port_mdb *mdb) in dsa_port_mdb_del()
1206 const struct switchdev_obj_port_mdb *mdb, in dsa_port_host_mdb_add()
1219 const struct switchdev_obj_port_mdb *mdb) in dsa_port_standalone_host_mdb_add()
1230 const struct switchdev_obj_port_mdb *mdb) in dsa_port_bridge_host_mdb_add()
1250 const struct switchdev_obj_port_mdb *mdb, in dsa_port_host_mdb_del()
1263 const struct switchdev_obj_port_mdb *mdb) in dsa_port_standalone_host_mdb_del()
1274 const struct switchdev_obj_port_mdb *mdb) in dsa_port_bridge_host_mdb_del()
Dswitch.c159 const struct switchdev_obj_port_mdb *mdb, in dsa_port_do_mdb_add()
211 const struct switchdev_obj_port_mdb *mdb, in dsa_port_do_mdb_del()
/linux-6.12.1/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.12.1/drivers/net/dsa/microchip/
Dksz8.h34 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
36 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
Dksz9477.h50 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
52 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db);
Dksz_common.h355 const struct switchdev_obj_port_mdb *mdb,
358 const struct switchdev_obj_port_mdb *mdb,
Dksz9477.c733 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz9477_mdb_add()
812 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz9477_mdb_del()
Dksz8.c1411 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz8_mdb_add()
1417 const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) in ksz8_mdb_del()
/linux-6.12.1/drivers/net/ethernet/ti/icssg/
Dicssg_switchdev.c318 struct switchdev_obj_port_mdb *mdb) in prueth_switchdev_mdb_add()
342 struct switchdev_obj_port_mdb *mdb) in prueth_switchdev_mdb_del()
373 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in prueth_switchdev_obj_add()
399 struct switchdev_obj_port_mdb *mdb = SWITCHDEV_OBJ_PORT_MDB(obj); in prueth_switchdev_obj_del()
/linux-6.12.1/net/bridge/
Dbr_switchdev.c527 static void br_switchdev_mdb_populate(struct switchdev_obj_port_mdb *mdb, in br_switchdev_mdb_populate()
547 struct switchdev_obj_port_mdb mdb = { in br_switchdev_host_mdb_one()
579 const struct switchdev_obj_port_mdb *mdb, in br_switchdev_mdb_replay_one()
604 struct switchdev_obj_port_mdb mdb = { in br_switchdev_mdb_queue_one()
610 struct switchdev_obj_port_mdb *pmdb; in br_switchdev_mdb_queue_one()
641 struct switchdev_obj_port_mdb mdb = { in br_switchdev_mdb_notify()
/linux-6.12.1/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.12.1/include/net/
Dswitchdev.h113 struct switchdev_obj_port_mdb { struct
120 container_of((OBJ), struct switchdev_obj_port_mdb, obj) argument
Ddsa.h1092 const struct switchdev_obj_port_mdb *mdb,
1095 const struct switchdev_obj_port_mdb *mdb,
1333 const struct switchdev_obj_port_mdb *mdb,
/linux-6.12.1/drivers/net/dsa/b53/
Db53_priv.h371 const struct switchdev_obj_port_mdb *mdb,
374 const struct switchdev_obj_port_mdb *mdb,
/linux-6.12.1/net/switchdev/
Dswitchdev.c26 const struct switchdev_obj_port_mdb *ma, *mb; in switchdev_obj_eq()
214 return sizeof(struct switchdev_obj_port_mdb); in switchdev_obj_size()
216 return sizeof(struct switchdev_obj_port_mdb); in switchdev_obj_size()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbridge.c226 const struct switchdev_obj_port_mdb *mdb; in mlx5_esw_bridge_port_obj_add()
260 const struct switchdev_obj_port_mdb *mdb; in mlx5_esw_bridge_port_obj_del()
/linux-6.12.1/drivers/net/dsa/qca/
Dqca8k.h567 const struct switchdev_obj_port_mdb *mdb,
570 const struct switchdev_obj_port_mdb *mdb,
Dqca8k-common.c879 const struct switchdev_obj_port_mdb *mdb, in qca8k_port_mdb_add()
894 const struct switchdev_obj_port_mdb *mdb, in qca8k_port_mdb_del()
/linux-6.12.1/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.12.1/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.12.1/drivers/net/dsa/
Dlan9303-core.c1251 const struct switchdev_obj_port_mdb *mdb) in lan9303_port_mdb_prepare()
1268 const struct switchdev_obj_port_mdb *mdb, in lan9303_port_mdb_add()
1284 const struct switchdev_obj_port_mdb *mdb, in lan9303_port_mdb_del()
/linux-6.12.1/include/soc/mscc/
Docelot.h1088 const struct switchdev_obj_port_mdb *mdb,
1091 const struct switchdev_obj_port_mdb *mdb,

12