Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c29 struct notifier_block esw_nb; member
497 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, esw_nb); in mlx5_sf_esw_event()
537 table->esw_nb.notifier_call = mlx5_sf_esw_event; in mlx5_sf_table_init()
538 err = mlx5_esw_event_notifier_register(dev->priv.eswitch, &table->esw_nb); in mlx5_sf_table_init()
550 mlx5_esw_event_notifier_unregister(dev->priv.eswitch, &table->esw_nb); in mlx5_sf_table_init()
566 mlx5_esw_event_notifier_unregister(dev->priv.eswitch, &table->esw_nb); in mlx5_sf_table_cleanup()