Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Devents.h39 int mlx5_notifier_call_chain(struct mlx5_events *events, unsigned int event, void *data);
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmpesw.c25 mlx5_notifier_call_chain(dev->priv.events, MLX5_DEV_EVENT_MULTIPORT_ESW, in mlx5_mpesw_metadata_cleanup()
57 mlx5_notifier_call_chain(dev->priv.events, MLX5_DEV_EVENT_MULTIPORT_ESW, in mlx5_mpesw_metadata_set()
H A Dmp.c84 mlx5_notifier_call_chain(ldev->pf[MLX5_LAG_P1].dev->priv.events, in mlx5_lag_set_port_affinity()
89 mlx5_notifier_call_chain(ldev->pf[MLX5_LAG_P2].dev->priv.events, in mlx5_lag_set_port_affinity()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c413 int mlx5_notifier_call_chain(struct mlx5_events *events, unsigned int event, void *data) in mlx5_notifier_call_chain() function