Lines Matching refs:hints
1307 struct objagg_hints *hints)
1317 hints, aregion);
1369 struct objagg_hints *hints, bool *p_rehash_needed)
1386 hstats = objagg_hints_stats_get(hints);
1388 dev_err_ratelimited(mlxsw_sp->bus_info->dev, "Failed to get ERP hints stats\n");
1410 struct objagg_hints *hints;
1415 hints = objagg_hints_get(erp_table->objagg,
1418 if (IS_ERR(hints)) {
1419 dev_err_ratelimited(mlxsw_sp->bus_info->dev, "Failed to create ERP hints\n");
1420 return ERR_CAST(hints);
1422 err = mlxsw_sp_acl_erp_hints_check(mlxsw_sp, aregion, hints,
1431 return hints;
1434 objagg_hints_put(hints);
1440 struct objagg_hints *hints = hints_priv;
1442 objagg_hints_put(hints);
1449 struct objagg_hints *hints = hints_priv;
1452 erp_table = mlxsw_sp_acl_erp_table_create(aregion, hints);