Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c64 id = ida_alloc_max(&tcam->used_regions, tcam->max_regions - 1, in mlxsw_sp_acl_tcam_region_id_get()
77 ida_free(&tcam->used_regions, id); in mlxsw_sp_acl_tcam_region_id_put()
1591 ida_init(&tcam->used_regions); in mlxsw_sp_acl_tcam_init()
1610 ida_destroy(&tcam->used_regions); in mlxsw_sp_acl_tcam_init()
1624 ida_destroy(&tcam->used_regions); in mlxsw_sp_acl_tcam_fini()
H A Dspectrum_acl_tcam.h16 struct ida used_regions; member