Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c25 struct gen_pool *erp_tables; member
317 *p_index = gen_pool_alloc(erp_core->erp_tables, num_rows * entry_size); in mlxsw_sp_acl_erp_table_alloc()
338 gen_pool_free(erp_core->erp_tables, base_index, size); in mlxsw_sp_acl_erp_table_free()
1110 erp_core->erp_tables = gen_pool_create(0, -1); in mlxsw_sp_acl_erp_tables_init()
1111 if (!erp_core->erp_tables) in mlxsw_sp_acl_erp_tables_init()
1113 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init()
1115 err = gen_pool_add(erp_core->erp_tables, in mlxsw_sp_acl_erp_tables_init()
1130 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_init()
1137 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_fini()