Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c26 struct gen_pool *erp_tables; member
312 *p_index = gen_pool_alloc(erp_core->erp_tables, num_rows * entry_size); in mlxsw_sp_acl_erp_table_alloc()
333 gen_pool_free(erp_core->erp_tables, base_index, size); in mlxsw_sp_acl_erp_table_free()
1532 erp_core->erp_tables = gen_pool_create(0, -1); in mlxsw_sp_acl_erp_tables_init()
1533 if (!erp_core->erp_tables) in mlxsw_sp_acl_erp_tables_init()
1535 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()
1537 err = gen_pool_add(erp_core->erp_tables, in mlxsw_sp_acl_erp_tables_init()
1560 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_init()
1568 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_fini()