Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dlag_mp.c106 struct fib_nh_notifier_info fnh_info; member
214 fib_nh = fib_work->fnh_info.fib_nh; in mlx5_lag_fib_update()
217 fib_work->fnh_info.fib_nh, in mlx5_lag_fib_update()
219 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_update()
252 struct fib_nh_notifier_info *fnh_info; in mlx5_lag_fib_event() local
288 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlx5_lag_fib_event()
293 fib_work->fnh_info = *fnh_info; in mlx5_lag_fib_event()
294 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_event()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c5915 struct fib_nh_notifier_info fnh_info; member
5996 fib_work->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_work()
5997 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_work()
6089 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local
6104 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event()
6106 fib_work->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event()
6107 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()