Searched refs:rms (Results 1 – 2 of 2) sorted by relevance
2995 struct mlxsw_sp_neigh_rif_made_sync *rms = data; in mlxsw_sp_neigh_rif_made_sync_each() local2998 if (rms->err) in mlxsw_sp_neigh_rif_made_sync_each()3000 if (n->dev != mlxsw_sp_rif_dev(rms->rif)) in mlxsw_sp_neigh_rif_made_sync_each()3002 rc = mlxsw_sp_router_schedule_neigh_work(rms->mlxsw_sp->router, n); in mlxsw_sp_neigh_rif_made_sync_each()3004 rms->err = -ENOMEM; in mlxsw_sp_neigh_rif_made_sync_each()3010 struct mlxsw_sp_neigh_rif_made_sync rms = { in mlxsw_sp_neigh_rif_made_sync() local3015 neigh_for_each(&arp_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()3016 if (rms.err) in mlxsw_sp_neigh_rif_made_sync()3020 neigh_for_each(&nd_tbl, mlxsw_sp_neigh_rif_made_sync_each, &rms); in mlxsw_sp_neigh_rif_made_sync()3022 if (rms.err) in mlxsw_sp_neigh_rif_made_sync()[all …]
4614 u64 rms; in copy_u64_le() local4617 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()4618 return copy_to_user(dest, &rms, 8); in copy_u64_le()4624 u64 rms; in copy_u48_le() local4627 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()4628 return copy_to_user(dest, &rms, 8); in copy_u48_le()