Searched refs:rms (Results 1 – 2 of 2) sorted by relevance
2997 struct mlxsw_sp_neigh_rif_made_sync *rms = data; in mlxsw_sp_neigh_rif_made_sync_each() local3000 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() local3017 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()[all …]
4610 u64 rms; in copy_u64_le() local4613 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()4614 return copy_to_user(dest, &rms, 8); in copy_u64_le()4620 u64 rms; in copy_u48_le() local4623 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()4624 return copy_to_user(dest, &rms, 8); in copy_u48_le()