Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c85 id = ida_alloc_max(&tcam->used_groups, tcam->max_groups - 1, in mlxsw_sp_acl_tcam_group_id_get()
98 ida_free(&tcam->used_groups, id); in mlxsw_sp_acl_tcam_group_id_put()
1597 ida_init(&tcam->used_groups); in mlxsw_sp_acl_tcam_init()
1611 ida_destroy(&tcam->used_groups); in mlxsw_sp_acl_tcam_init()
1625 ida_destroy(&tcam->used_groups); in mlxsw_sp_acl_tcam_fini()
H A Dspectrum_acl_tcam.h18 struct ida used_groups; member