Searched refs:erp_tables (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_erp.c | 26 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_erp.c | 26 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() 1534 erp_core->erp_tables = gen_pool_create(0, -1); in mlxsw_sp_acl_erp_tables_init() 1535 if (!erp_core->erp_tables) in mlxsw_sp_acl_erp_tables_init() 1537 gen_pool_set_algo(erp_core->erp_tables, gen_pool_best_fit, NULL); in mlxsw_sp_acl_erp_tables_init() 1539 err = gen_pool_add(erp_core->erp_tables, in mlxsw_sp_acl_erp_tables_init() 1562 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_init() 1570 gen_pool_destroy(erp_core->erp_tables); in mlxsw_sp_acl_erp_tables_fini()
|
Completed in 6 milliseconds