Home
last modified time | relevance | path

Searched refs:netdevice_nb (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_switchdev.c490 s5->netdevice_nb.notifier_call = sparx5_netdevice_event; in sparx5_register_notifier_blocks()
491 err = register_netdevice_notifier(&s5->netdevice_nb); in sparx5_register_notifier_blocks()
516 unregister_netdevice_notifier(&s5->netdevice_nb); in sparx5_register_notifier_blocks()
527 unregister_netdevice_notifier(&s5->netdevice_nb); in sparx5_unregister_notifier_blocks()
A Dsparx5_main.h201 struct notifier_block netdevice_nb; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dfs.h32 struct notifier_block netdevice_nb; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c5101 tc = container_of(this, struct mlx5e_tc_table, netdevice_nb); in mlx5e_tc_netdev_event()
5181 tc->netdevice_nb.notifier_call = mlx5e_tc_netdev_event; in mlx5e_tc_nic_init()
5183 &tc->netdevice_nb, in mlx5e_tc_nic_init()
5186 tc->netdevice_nb.notifier_call = NULL; in mlx5e_tc_nic_init()
5217 if (tc->netdevice_nb.notifier_call) in mlx5e_tc_nic_cleanup()
5219 &tc->netdevice_nb, in mlx5e_tc_nic_cleanup()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum.c2890 mlxsw_sp->netdevice_nb.notifier_call = mlxsw_sp_netdevice_event; in mlxsw_sp_init()
2892 &mlxsw_sp->netdevice_nb); in mlxsw_sp_init()
2933 &mlxsw_sp->netdevice_nb); in mlxsw_sp_init()
3070 &mlxsw_sp->netdevice_nb); in mlxsw_sp_fini()
4712 mlxsw_sp = container_of(nb, struct mlxsw_sp, netdevice_nb); in mlxsw_sp_netdevice_event()
A Dspectrum.h179 struct notifier_block netdevice_nb; member

Completed in 33 milliseconds