Searched refs:switchdev_obj (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | switchdev.h | 68 struct switchdev_obj {  struct78 	struct switchdev_obj obj;  argument
 89 	struct switchdev_obj obj;
 97 typedef int switchdev_obj_dump_cb_t(struct switchdev_obj *obj);
 132 	const struct switchdev_obj *obj;
 162 			   const struct switchdev_obj *obj,
 165 			   const struct switchdev_obj *obj);
 187 				      const struct switchdev_obj *obj,
 194 				      const struct switchdev_obj *obj));
 215 					 const struct switchdev_obj *obj,  in switchdev_port_obj_add()
 [all …]
 
 | 
| /Linux-v5.4/net/switchdev/ | 
| D | switchdev.c | 206 static size_t switchdev_obj_size(const struct switchdev_obj *obj)  in switchdev_obj_size()223 				     const struct switchdev_obj *obj,  in switchdev_port_obj_notify()
 248 				      const struct switchdev_obj *obj,  in switchdev_port_obj_add_now()
 285 	const struct switchdev_obj *obj = data;  in switchdev_port_obj_add_deferred()
 297 					const struct switchdev_obj *obj)  in switchdev_port_obj_add_defer()
 318 			   const struct switchdev_obj *obj,  in switchdev_port_obj_add()
 329 				      const struct switchdev_obj *obj)  in switchdev_port_obj_del_now()
 338 	const struct switchdev_obj *obj = data;  in switchdev_port_obj_del_deferred()
 350 					const struct switchdev_obj *obj)  in switchdev_port_obj_del_defer()
 367 			   const struct switchdev_obj *obj)  in switchdev_port_obj_del()
 [all …]
 
 | 
| /Linux-v5.4/net/dsa/ | 
| D | slave.c | 316 			      const struct switchdev_obj *obj,  in dsa_slave_vlan_add()349 				  const struct switchdev_obj *obj,  in dsa_slave_port_obj_add()
 386 			      const struct switchdev_obj *obj)  in dsa_slave_vlan_del()
 403 				  const struct switchdev_obj *obj)  in dsa_slave_port_obj_del()
 
 | 
| /Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ | 
| D | ethsw.c | 957 			      const struct switchdev_obj *obj,  in swdev_port_obj_add()1079 			      const struct switchdev_obj *obj)  in swdev_port_obj_del()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mscc/ | 
| D | ocelot.c | 1461 			       const struct switchdev_obj *obj,  in ocelot_port_obj_add()1485 			       const struct switchdev_obj *obj)  in ocelot_port_obj_del()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/rocker/ | 
| D | rocker_main.c | 2102 			       const struct switchdev_obj *obj,  in rocker_port_obj_add()2123 			       const struct switchdev_obj *obj)  in rocker_port_obj_del()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_switchdev.c | 1746 				 const struct switchdev_obj *obj,  in mlxsw_sp_port_obj_add()1900 				 const struct switchdev_obj *obj)  in mlxsw_sp_port_obj_del()
 
 |