Searched refs:netdevice_nb (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/netdevsim/
H A Dhwstats.c206 hwstats = container_of(nb, struct nsim_dev_hwstats, netdevice_nb);
419 hwstats->netdevice_nb.notifier_call = nsim_dev_netdevice_event;
420 err = register_netdevice_notifier_net(net, &hwstats->netdevice_nb);
452 unregister_netdevice_notifier_net(net, &hwstats->netdevice_nb);
483 unregister_netdevice_notifier_net(net, &hwstats->netdevice_nb);
H A Dnetdevsim.h228 struct notifier_block netdevice_nb; member in struct:nsim_dev_hwstats
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c725 s5->netdevice_nb.notifier_call = sparx5_netdevice_event;
726 err = register_netdevice_notifier(&s5->netdevice_nb);
751 unregister_netdevice_notifier(&s5->netdevice_nb);
762 unregister_netdevice_notifier(&s5->netdevice_nb);
H A Dsparx5_main.h255 struct notifier_block netdevice_nb; member in struct:sparx5
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.h55 struct notifier_block netdevice_nb; member in struct:mlxsw_sp_router
H A Dspectrum.c3300 mlxsw_sp->netdevice_nb.notifier_call = mlxsw_sp_netdevice_event;
3302 &mlxsw_sp->netdevice_nb);
3343 &mlxsw_sp->netdevice_nb);
3532 &mlxsw_sp->netdevice_nb);
5446 mlxsw_sp = container_of(nb, struct mlxsw_sp, netdevice_nb);
H A Dspectrum.h179 struct notifier_block netdevice_nb; member in struct:mlxsw_sp
H A Dspectrum_router.c10291 router = container_of(nb, struct mlxsw_sp_router, netdevice_nb);
11728 mlxsw_sp->router->netdevice_nb.notifier_call =
11731 &mlxsw_sp->router->netdevice_nb);
11757 &router->netdevice_nb);
11810 &router->netdevice_nb);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c94 struct notifier_block netdevice_nb; member in struct:mlx5e_tc_table
5077 tc = container_of(this, struct mlx5e_tc_table, netdevice_nb);
5178 tc->netdevice_nb.notifier_call = mlx5e_tc_netdev_event;
5180 &tc->netdevice_nb,
5183 tc->netdevice_nb.notifier_call = NULL;
5200 &tc->netdevice_nb,
5230 if (tc->netdevice_nb.notifier_call)
5232 &tc->netdevice_nb,

Completed in 257 milliseconds