Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3000 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()
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
3021 if (rms.err) in mlxsw_sp_neigh_rif_made_sync()
3027 if (rms.err) in mlxsw_sp_neigh_rif_made_sync()
3035 return rms.err; in mlxsw_sp_neigh_rif_made_sync()
10289 struct netlink_ext_ack *extack = rms->extack; in mlxsw_sp_macvlan_replay_upper()
10290 struct mlxsw_sp *mlxsw_sp = rms->mlxsw_sp; in mlxsw_sp_macvlan_replay_upper()
10301 struct mlxsw_sp_macvlan_replay rms = { in mlxsw_sp_macvlan_replay() local
[all …]
/linux-6.15/sound/pci/rme9652/
H A Dhdsp.c4610 u64 rms; in copy_u64_le() local
4613 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() local
4623 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()
4624 return copy_to_user(dest, &rms, 8); in copy_u48_le()