Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
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()
Dsparx5_main.h201 struct notifier_block netdevice_nb; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h32 struct notifier_block netdevice_nb; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c2868 mlxsw_sp->netdevice_nb.notifier_call = mlxsw_sp_netdevice_event; in mlxsw_sp_init()
2870 &mlxsw_sp->netdevice_nb); in mlxsw_sp_init()
2911 &mlxsw_sp->netdevice_nb); in mlxsw_sp_init()
3048 &mlxsw_sp->netdevice_nb); in mlxsw_sp_fini()
4654 mlxsw_sp = container_of(nb, struct mlxsw_sp, netdevice_nb); in mlxsw_sp_netdevice_event()
Dspectrum.h177 struct notifier_block netdevice_nb; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c4849 tc = container_of(this, struct mlx5e_tc_table, netdevice_nb); in mlx5e_tc_netdev_event()
4929 tc->netdevice_nb.notifier_call = mlx5e_tc_netdev_event; in mlx5e_tc_nic_init()
4931 &tc->netdevice_nb, in mlx5e_tc_nic_init()
4934 tc->netdevice_nb.notifier_call = NULL; in mlx5e_tc_nic_init()
4965 if (tc->netdevice_nb.notifier_call) in mlx5e_tc_nic_cleanup()
4967 &tc->netdevice_nb, in mlx5e_tc_nic_cleanup()