Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1505 blocking_notifier_call_chain(&esw->dev->priv.esw_n_head, 0, &info); in mlx5_esw_mode_change_notify()
2413 return blocking_notifier_chain_register(&dev->priv.esw_n_head, nb); in mlx5_esw_event_notifier_register()
2419 blocking_notifier_chain_unregister(&dev->priv.esw_n_head, nb); in mlx5_esw_event_notifier_unregister()
H A Dmain.c1819 BLOCKING_INIT_NOTIFIER_HEAD(&dev->priv.esw_n_head); in mlx5_notifiers_init()
/linux/include/linux/mlx5/
H A Ddriver.h601 struct blocking_notifier_head esw_n_head; member