Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmp.c117 struct fib_nh_notifier_info fnh_info; member
254 fib_nh = fib_work->fnh_info.fib_nh; in mlx5_lag_fib_update()
257 fib_work->fnh_info.fib_nh, in mlx5_lag_fib_update()
259 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_update()
292 struct fib_nh_notifier_info *fnh_info; in mlx5_lag_fib_event() local
321 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlx5_lag_fib_event()
326 fib_work->fnh_info = *fnh_info; in mlx5_lag_fib_event()
327 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_event()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c7557 struct fib_nh_notifier_info fnh_info; member
7641 fib_work->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_work()
7642 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_work()
7743 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local
7758 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event()
7760 fib_work->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event()
7761 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()