Searched refs:ostats (Results 1 – 1 of 1) sorted by relevance
1372 const struct objagg_stats *ostats; in mlxsw_sp_acl_erp_hints_check() local1379 ostats = objagg_stats_get(erp_table->objagg); in mlxsw_sp_acl_erp_hints_check()1381 if (IS_ERR(ostats)) { in mlxsw_sp_acl_erp_hints_check()1383 return PTR_ERR(ostats); in mlxsw_sp_acl_erp_hints_check()1394 if (hstats->root_count < ostats->root_count) in mlxsw_sp_acl_erp_hints_check()1401 objagg_stats_put(ostats); in mlxsw_sp_acl_erp_hints_check()