Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c137 struct mlxsw_sp_acl_erp_core *erp_core = erp_table->erp_core; in mlxsw_sp_acl_erp_table_entry_size() local
376 struct mlxsw_sp_acl_erp_core *erp_core = erp_table->erp_core; in mlxsw_sp_acl_erp_table_locate() local
482 struct mlxsw_sp_acl_erp_core *erp_core = erp_table->erp_core; in mlxsw_sp_acl_erp_table_expand() local
569 struct mlxsw_sp_acl_erp_core *erp_core = erp_table->erp_core; in mlxsw_sp_acl_erp_region_table_trans() local
574 err = mlxsw_sp_acl_erp_table_alloc(erp_core, erp_core->num_erp_banks, in mlxsw_sp_acl_erp_region_table_trans()
630 struct mlxsw_sp_acl_erp_core *erp_core = erp_table->erp_core; in mlxsw_sp_acl_erp_region_master_mask_trans() local
1323 erp_table->erp_core = aregion->atcam->erp_core; in mlxsw_sp_acl_erp_table_create()
1566 erp_core = kzalloc(sizeof(*erp_core), GFP_KERNEL); in mlxsw_sp_acl_erps_init()
1567 if (!erp_core) in mlxsw_sp_acl_erps_init()
1570 atcam->erp_core = erp_core; in mlxsw_sp_acl_erps_init()
[all …]
H A Dspectrum_acl_tcam.h154 struct mlxsw_sp_acl_erp_core *erp_core; member