Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c26 struct gen_pool *erp_tables; member
313 index = gen_pool_alloc(erp_core->erp_tables, num_rows * entry_size); in mlxsw_sp_acl_erp_table_alloc()
335 gen_pool_free(erp_core->erp_tables, base_index, size); in mlxsw_sp_acl_erp_table_free()
1521 erp_core->erp_tables = gen_pool_create(0, -1); in mlxsw_sp_acl_erp_tables_init()
1522 if (!erp_core->erp_tables) in mlxsw_sp_acl_erp_tables_init()
1524 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()
1526 err = gen_pool_add(erp_core->erp_tables, in mlxsw_sp_acl_erp_tables_init()
1549 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_init()
1557 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_fini()