Searched refs:switchdev_obj_port_fdb (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/include/net/ | 
| D | dsa.h | 202 struct switchdev_obj_port_fdb;329 				    const struct switchdev_obj_port_fdb *fdb,
 332 				const struct switchdev_obj_port_fdb *fdb,
 335 				const struct switchdev_obj_port_fdb *fdb);
 337 				 struct switchdev_obj_port_fdb *fdb,
 
 | 
| D | switchdev.h | 102 struct switchdev_obj_port_fdb {  struct110 	container_of(obj, struct switchdev_obj_port_fdb, obj)  argument
 
 | 
| /linux-4.4.14/drivers/net/dsa/ | 
| D | mv88e6xxx.h | 486 			       const struct switchdev_obj_port_fdb *fdb,489 			   const struct switchdev_obj_port_fdb *fdb,
 492 			   const struct switchdev_obj_port_fdb *fdb);
 494 			    struct switchdev_obj_port_fdb *fdb,
 
 | 
| D | bcm_sf2.c | 724 				  const struct switchdev_obj_port_fdb *fdb,  in bcm_sf2_sw_fdb_prepare()732 			      const struct switchdev_obj_port_fdb *fdb,  in bcm_sf2_sw_fdb_add()
 741 			      const struct switchdev_obj_port_fdb *fdb)  in bcm_sf2_sw_fdb_del()
 780 			       struct switchdev_obj_port_fdb *fdb,  in bcm_sf2_sw_fdb_copy()
 797 			       struct switchdev_obj_port_fdb *fdb,  in bcm_sf2_sw_fdb_dump()
 
 | 
| D | mv88e6xxx.c | 1719 			       const struct switchdev_obj_port_fdb *fdb,  in mv88e6xxx_port_fdb_prepare()1733 			   const struct switchdev_obj_port_fdb *fdb,  in mv88e6xxx_port_fdb_add()
 1750 			   const struct switchdev_obj_port_fdb *fdb)  in mv88e6xxx_port_fdb_del()
 1813 			    struct switchdev_obj_port_fdb *fdb,  in mv88e6xxx_port_fdb_dump()
 
 | 
| /linux-4.4.14/net/switchdev/ | 
| D | switchdev.c | 348 		return sizeof(struct switchdev_obj_port_fdb);  in switchdev_obj_size()978 	struct switchdev_obj_port_fdb fdb = {  in switchdev_port_fdb_add()
 1003 	struct switchdev_obj_port_fdb fdb = {  in switchdev_port_fdb_del()
 1014 	struct switchdev_obj_port_fdb fdb;
 1023 	struct switchdev_obj_port_fdb *fdb = SWITCHDEV_OBJ_PORT_FDB(obj);  in switchdev_port_fdb_dump_cb()
 
 | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_switchdev.c | 486 			     const struct switchdev_obj_port_fdb *fdb,  in mlxsw_sp_port_fdb_static_add()613 			     const struct switchdev_obj_port_fdb *fdb)  in mlxsw_sp_port_fdb_static_del()
 643 				  struct switchdev_obj_port_fdb *fdb,  in mlxsw_sp_port_fdb_dump()
 
 | 
| /linux-4.4.14/net/dsa/ | 
| D | slave.c | 333 				  const struct switchdev_obj_port_fdb *fdb,  in dsa_slave_port_fdb_add()352 				  const struct switchdev_obj_port_fdb *fdb)  in dsa_slave_port_fdb_del()
 365 				   struct switchdev_obj_port_fdb *fdb,  in dsa_slave_port_fdb_dump()
 
 | 
| /linux-4.4.14/net/bridge/ | 
| D | br_fdb.c | 136 	struct switchdev_obj_port_fdb fdb = {  in fdb_del_external_learn()
 | 
| /linux-4.4.14/drivers/net/ethernet/rocker/ | 
| D | rocker.c | 4450 			       const struct switchdev_obj_port_fdb *fdb)  in rocker_port_fdb_add()4523 			       const struct switchdev_obj_port_fdb *fdb)  in rocker_port_fdb_del()
 4566 				struct switchdev_obj_port_fdb *fdb,  in rocker_port_fdb_dump()
 
 |