Lines Matching refs:rms
2997 struct mlxsw_sp_neigh_rif_made_sync *rms = data; in mlxsw_sp_neigh_rif_made_sync_each() local
3000 if (rms->err) in mlxsw_sp_neigh_rif_made_sync_each()
3002 if (n->dev != mlxsw_sp_rif_dev(rms->rif)) in mlxsw_sp_neigh_rif_made_sync_each()
3004 rc = mlxsw_sp_router_schedule_neigh_work(rms->mlxsw_sp->router, n); in mlxsw_sp_neigh_rif_made_sync_each()
3006 rms->err = -ENOMEM; in mlxsw_sp_neigh_rif_made_sync_each()
3012 struct mlxsw_sp_neigh_rif_made_sync rms = { in mlxsw_sp_neigh_rif_made_sync() local
3017 neigh_for_each(&arp_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()
3018 if (rms.err) in mlxsw_sp_neigh_rif_made_sync()
3022 neigh_for_each(&nd_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()
3024 if (rms.err) in mlxsw_sp_neigh_rif_made_sync()
3032 return rms.err; in mlxsw_sp_neigh_rif_made_sync()
10333 const struct mlxsw_sp_macvlan_replay *rms = priv->data; in mlxsw_sp_macvlan_replay_upper() local
10334 struct netlink_ext_ack *extack = rms->extack; in mlxsw_sp_macvlan_replay_upper()
10335 struct mlxsw_sp *mlxsw_sp = rms->mlxsw_sp; in mlxsw_sp_macvlan_replay_upper()
10346 struct mlxsw_sp_macvlan_replay rms = { in mlxsw_sp_macvlan_replay() local
10351 .data = &rms, in mlxsw_sp_macvlan_replay()