Lines Matching refs:hints
1318 struct objagg_hints *hints) in mlxsw_sp_acl_erp_table_create() argument
1328 hints, aregion); in mlxsw_sp_acl_erp_table_create()
1380 struct objagg_hints *hints, bool *p_rehash_needed) in mlxsw_sp_acl_erp_hints_check() argument
1397 hstats = objagg_hints_stats_get(hints); in mlxsw_sp_acl_erp_hints_check()
1421 struct objagg_hints *hints; in mlxsw_sp_acl_erp_rehash_hints_get() local
1426 hints = objagg_hints_get(erp_table->objagg, in mlxsw_sp_acl_erp_rehash_hints_get()
1429 if (IS_ERR(hints)) { in mlxsw_sp_acl_erp_rehash_hints_get()
1431 return ERR_CAST(hints); in mlxsw_sp_acl_erp_rehash_hints_get()
1433 err = mlxsw_sp_acl_erp_hints_check(mlxsw_sp, aregion, hints, in mlxsw_sp_acl_erp_rehash_hints_get()
1442 return hints; in mlxsw_sp_acl_erp_rehash_hints_get()
1445 objagg_hints_put(hints); in mlxsw_sp_acl_erp_rehash_hints_get()
1451 struct objagg_hints *hints = hints_priv; in mlxsw_sp_acl_erp_rehash_hints_put() local
1453 objagg_hints_put(hints); in mlxsw_sp_acl_erp_rehash_hints_put()
1460 struct objagg_hints *hints = hints_priv; in mlxsw_sp_acl_erp_region_init() local
1463 erp_table = mlxsw_sp_acl_erp_table_create(aregion, hints); in mlxsw_sp_acl_erp_region_init()