Home
last modified time | relevance | path

Searched refs:max_rifs (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Drif_counter_scale.sh8 local max_rifs
11 max_rifs=$(devlink_resource_size_get rifs)
15 ((max_rifs -= $(devlink_resource_occ_get rifs)))
22 if ((max_cnts > max_rifs && should_fail)); then
27 target=$((max_rifs < max_cnts ? max_rifs : max_cnts))
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Drif_counter_scale.sh8 local max_rifs
11 max_rifs=$(devlink_resource_size_get rifs)
15 ((max_rifs -= $(devlink_resource_occ_get rifs)))
22 if ((max_cnts > max_rifs && should_fail)); then
27 target=$((max_rifs < max_cnts ? max_rifs : max_cnts))
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c3647 u64 max_rifs; in mlxsw_sp_resources_rifs_register() local
3652 max_rifs = MLXSW_CORE_RES_GET(mlxsw_core, MAX_RIFS); in mlxsw_sp_resources_rifs_register()
3653 devlink_resource_size_params_init(&size_params, max_rifs, max_rifs, in mlxsw_sp_resources_rifs_register()
3656 return devl_resource_register(devlink, "rifs", max_rifs, in mlxsw_sp_resources_rifs_register()