max_tcam_rules    204 drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c 	u64 max_tcam_rules;
max_tcam_rules    206 drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c 	max_tcam_rules = MLXSW_CORE_RES_GET(mlxsw_sp->core, ACL_MAX_TCAM_RULES);
max_tcam_rules    207 drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c 	if (new_count > max_tcam_rules)
max_tcam_rules    127 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c 	u64 max_tcam_rules;
max_tcam_rules    129 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c 	max_tcam_rules = MLXSW_CORE_RES_GET(mlxsw_sp->core, ACL_MAX_TCAM_RULES);
max_tcam_rules    130 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c 	if (new_count > max_tcam_rules)