Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c45 INIT_LIST_HEAD(&tcam->vregion_list); in mlxsw_sp_acl_tcam_init()
175 struct list_head vregion_list; member
332 INIT_LIST_HEAD(&vgroup->vregion_list); in mlxsw_sp_acl_tcam_vgroup_add()
355 WARN_ON(!list_empty(&vgroup->vregion_list)); in mlxsw_sp_acl_tcam_vgroup_del()
492 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_attach()
533 list_for_each(pos, &vgroup->vregion_list) { in mlxsw_sp_acl_tcam_vgroup_vregion_find()
539 if (pos->next != &vgroup->vregion_list) { /* not last */ in mlxsw_sp_acl_tcam_vgroup_vregion_find()
839 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create()
902 list_for_each_entry(vregion, &tcam->vregion_list, tlist) { in mlxsw_sp_acl_tcam_vregion_rehash_intrvl_set()
Dspectrum_acl_tcam.h21 struct list_head vregion_list; member