Searched refs:vhca_nb (Results 1 – 2 of 2) sorted by relevance
35 struct notifier_block vhca_nb; member347 struct mlx5_sf_hw_table *table = container_of(nb, struct mlx5_sf_hw_table, vhca_nb); in mlx5_sf_hw_vhca_event()380 table->vhca_nb.notifier_call = mlx5_sf_hw_vhca_event; in mlx5_sf_hw_table_create()381 return mlx5_vhca_event_notifier_register(dev, &table->vhca_nb); in mlx5_sf_hw_table_create()391 mlx5_vhca_event_notifier_unregister(dev, &table->vhca_nb); in mlx5_sf_hw_table_destroy()
30 struct notifier_block vhca_nb; member431 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, vhca_nb); in mlx5_sf_vhca_event()542 table->vhca_nb.notifier_call = mlx5_sf_vhca_event; in mlx5_sf_table_init()543 err = mlx5_vhca_event_notifier_register(table->dev, &table->vhca_nb); in mlx5_sf_table_init()565 mlx5_vhca_event_notifier_unregister(table->dev, &table->vhca_nb); in mlx5_sf_table_cleanup()