Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c392 priv.sf_table_vhca_nb); in mlx5_sf_vhca_event()
486 dev->priv.sf_table_vhca_nb.notifier_call = mlx5_sf_vhca_event; in mlx5_sf_notifiers_init()
488 &dev->priv.sf_table_vhca_nb); in mlx5_sf_notifiers_init()
499 mlx5_vhca_event_notifier_unregister(dev, &dev->priv.sf_table_vhca_nb); in mlx5_sf_notifiers_init()
530 mlx5_vhca_event_notifier_unregister(dev, &dev->priv.sf_table_vhca_nb); in mlx5_sf_notifiers_cleanup()
/linux/include/linux/mlx5/
H A Ddriver.h627 struct notifier_block sf_table_vhca_nb; member