Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c21 static int any_notifier(struct notifier_block *, unsigned long, void *);
31 {.nb.notifier_call = any_notifier, .event_type = MLX5_EVENT_TYPE_NOTIFY_ANY },
144 static int any_notifier(struct notifier_block *nb, in any_notifier() function