netdevice_nb 23 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h struct notifier_block netdevice_nb; netdevice_nb 860 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c uplink_priv.netdevice_nb); netdevice_nb 1650 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c uplink_priv->netdevice_nb.notifier_call = mlx5e_nic_rep_netdevice_event; netdevice_nb 1651 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c err = register_netdevice_notifier(&uplink_priv->netdevice_nb); netdevice_nb 1675 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c unregister_netdevice_notifier(&rpriv->uplink_priv.netdevice_nb); netdevice_nb 75 drivers/net/ethernet/mellanox/mlx5/core/en_rep.h struct notifier_block netdevice_nb; netdevice_nb 4093 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c tc = container_of(this, struct mlx5e_tc_table, netdevice_nb); netdevice_nb 4121 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c tc->netdevice_nb.notifier_call = mlx5e_tc_netdev_event; netdevice_nb 4122 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c if (register_netdevice_notifier(&tc->netdevice_nb)) { netdevice_nb 4123 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c tc->netdevice_nb.notifier_call = NULL; netdevice_nb 4143 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c if (tc->netdevice_nb.notifier_call) netdevice_nb 4144 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c unregister_netdevice_notifier(&tc->netdevice_nb); netdevice_nb 4888 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp->netdevice_nb.notifier_call = mlxsw_sp_netdevice_event; netdevice_nb 4889 drivers/net/ethernet/mellanox/mlxsw/spectrum.c err = register_netdevice_notifier(&mlxsw_sp->netdevice_nb); netdevice_nb 4912 drivers/net/ethernet/mellanox/mlxsw/spectrum.c unregister_netdevice_notifier(&mlxsw_sp->netdevice_nb); netdevice_nb 4998 drivers/net/ethernet/mellanox/mlxsw/spectrum.c unregister_netdevice_notifier(&mlxsw_sp->netdevice_nb); netdevice_nb 6445 drivers/net/ethernet/mellanox/mlxsw/spectrum.c mlxsw_sp = container_of(nb, struct mlxsw_sp, netdevice_nb); netdevice_nb 159 drivers/net/ethernet/mellanox/mlxsw/spectrum.h struct notifier_block netdevice_nb;