Searched refs:fnh_info (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | lag_mp.c | 106 struct fib_nh_notifier_info fnh_info; member 219 fib_nh = fib_work->fnh_info.fib_nh; in mlx5_lag_fib_update() 222 fib_work->fnh_info.fib_nh, in mlx5_lag_fib_update() 224 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_update() 257 struct fib_nh_notifier_info *fnh_info; in mlx5_lag_fib_event() local 291 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlx5_lag_fib_event() 296 fib_work->fnh_info = *fnh_info; in mlx5_lag_fib_event() 297 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlx5_lag_fib_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A D | mp.c | 117 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 5918 struct fib_nh_notifier_info fnh_info; member 5999 fib_work->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_work() 6000 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_work() 6092 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local 6107 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event() 6109 fib_work->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event() 6110 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 7556 struct fib_nh_notifier_info fnh_info; member 7640 fib_work->fnh_info.fib_nh); in mlxsw_sp_router_fib4_event_work() 7641 fib_info_put(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event_work() 7742 struct fib_nh_notifier_info *fnh_info; in mlxsw_sp_router_fib4_event() local 7757 fnh_info = container_of(info, struct fib_nh_notifier_info, in mlxsw_sp_router_fib4_event() 7759 fib_work->fnh_info = *fnh_info; in mlxsw_sp_router_fib4_event() 7760 fib_info_hold(fib_work->fnh_info.fib_nh->nh_parent); in mlxsw_sp_router_fib4_event()
|
Completed in 27 milliseconds