Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dmp.c117 struct fib_nh_notifier_info fnh_info; member
232 fib_nh = fib_work->fnh_info.fib_nh; in mlx5_lag_fib_update()
235 fib_work->fnh_info.fib_nh, in mlx5_lag_fib_update()
237 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_update()
270 struct fib_nh_notifier_info *fnh_info; in mlx5_lag_fib_event() local
304 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlx5_lag_fib_event()
309 fib_work->fnh_info = *fnh_info; in mlx5_lag_fib_event()
310 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_event()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c7583 struct fib_nh_notifier_info fnh_info; member
7667 mlxsw_sp_nexthop4_event(mlxsw_sp, fib_event->event, fib_event->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_process()
7668 fib_info_put(fib_event->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_process()
7830 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local
7845 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event()
7847 fib_event->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event()
7848 fib_info_hold(fib_event->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()